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
Describe the bug Nothing fancy
Expected behavior npm install should run.
Desktop (please complete the following information):
Additional context This happens only in node 16, node 14 successfully installed
The text was updated successfully, but these errors were encountered:
Hi @Thavarajan !
That's weird, I have node 16 and npm 8, and no problem at all.
ismaestro@MacBook-Pro-Ismael angular-example-app % node -v v16.13.0 ismaestro@MacBook-Pro-Ismael angular-example-app % npm -v 8.1.0
Try this:
npm install --force
or
npm install --legacy-peer-deps
Sorry, something went wrong.
Both are pointing towards node gyp error while installing node-sass
@Thavarajan I've released a new version it should be fixed. Thanks for the report!
Ismaestro
No branches or pull requests
Describe the bug
Nothing fancy
Expected behavior
npm install should run.
Desktop (please complete the following information):
Additional context
This happens only in node 16,
node 14 successfully installed
The text was updated successfully, but these errors were encountered: