We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting an error when running yarn run setup
yarn run setup
node-pre-gyp ERR! stack Error: Failed to execute '~/.nvm/versions/node/v12.4.0/bin/node ~/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=~/dev/proj/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=~/dev/proj/node_modules/bcrypt/lib/binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
The text was updated successfully, but these errors were encountered:
Solved by changing bcrypt and sqlite3 on package.json to:
bcrypt
sqlite3
package.json
"bcrypt": "^5.0.0", "sqlite3": "^5.0.1",
Removing yarn.lock, running yarn install then running yarn run setup
yarn.lock
yarn install
Sorry, something went wrong.
No branches or pull requests
I'm getting an error when running
yarn run setup
node-pre-gyp ERR! stack Error: Failed to execute '~/.nvm/versions/node/v12.4.0/bin/node ~/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=~/dev/proj/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=~/dev/proj/node_modules/bcrypt/lib/binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
The text was updated successfully, but these errors were encountered: