angular-example-app icon indicating copy to clipboard operation
angular-example-app copied to clipboard

Not able to run npm install

Open Thavarajan opened this issue 3 years ago • 2 comments

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

Thavarajan avatar Jul 11 '22 16:07 Thavarajan

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 avatar Jul 12 '22 16:07 Ismaestro

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

Thavarajan avatar Jul 24 '22 02:07 Thavarajan

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

Ismaestro avatar Jan 15 '23 20:01 Ismaestro