Skip to content
New issue

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

Not able to run npm install #141

Closed
Thavarajan opened this issue Jul 11, 2022 · 3 comments
Closed

Not able to run npm install #141

Thavarajan opened this issue Jul 11, 2022 · 3 comments
Assignees

Comments

@Thavarajan
Copy link

Thavarajan commented Jul 11, 2022

Describe the bug
Nothing fancy
image

Expected behavior
npm install should run.

Desktop (please complete the following information):

  • OS: Linux
  • Version 18

Additional context
This happens only in node 16,
node 14 successfully installed

@Ismaestro
Copy link
Owner

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

@Ismaestro Ismaestro self-assigned this Jul 12, 2022
@Thavarajan
Copy link
Author

Both are pointing towards node gyp error while installing node-sass

@Ismaestro
Copy link
Owner

@Thavarajan I've released a new version it should be fixed. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants