We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Common errors and their solutions
Error looks like:
npm WARN cannot run in wd sqlite3@2.2.0 node-pre-gyp install --fallback-to-build (wd=/usr/home/ec2-user/node-sqlite3)
This is a npm behavior (bug?) when you run as root. Solve this by not running as root. Or pass --unsafe-perm to npm install.
root
--unsafe-perm
npm install
There was an error while loading. Please reload this page.