sh: node-pre-gyp: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mch/.npm/_logs/2019-02-19T23_35_27_909Z-debug.log
Travis CI and I on MacOS cannot reproduce it. It seems that it's a problem of sqlite3 side, not React Starter Kit itself.
same problem here! node version problem? please have a check
@reactdev208 @deidei https://github.com/mapbox/node-sqlite3/issues/1000
You can try npm install --unsafe-perm=true usually it helps
Thank you @mmarkelov . Seems like it solved the issue? Please reopen it if didn't.
Most helpful comment
@reactdev208 @deidei https://github.com/mapbox/node-sqlite3/issues/1000
You can try
npm install --unsafe-perm=trueusually it helps