Just a small README update: AFAIK you can only invoke an npm package script directly if it's run via a defined npm script or node_modules/.bin has been added to your path (not default for most people). Since this only needs to be run once, this should make it clear how to invoke the script for people not familiar with packages that ship with them
Just a small README update: AFAIK you can only invoke an npm package script directly if it's run via a defined npm script or
node_modules/.bin
has been added to your path (not default for most people). Since this only needs to be run once, this should make it clear how to invoke the script for people not familiar with packages that ship with them