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
Hello,
The following error is being thrown when running npm install.
npm install
OS: MacOS Big Sur (command line tools up to date) Node: 16.17.0 (fresh install with node-gyp)
npm ERR! path /Users/<username>/code/ion/ion-tools/node_modules/node-webcrypto-ossl npm ERR! command failed npm ERR! command sh -c -- node-gyp rebuild npm ERR! CXX(target) Release/obj.target/nodessl/src/main.o```
The text was updated successfully, but these errors were encountered:
Hi, I'd got the same issue and managed to debug. Downgrade your node version to 16.0.0!
Sorry, something went wrong.
No branches or pull requests
Hello,
The following error is being thrown when running
npm install
.OS: MacOS Big Sur (command line tools up to date)
Node: 16.17.0 (fresh install with node-gyp)
The text was updated successfully, but these errors were encountered: