Ismaestro / angular-example-app

Angular 17 Example App + Standalone Components + i18n + EsBuild
https://angular-example-app.netlify.app/
2.16k stars 1.21k forks source link

Not able to run npm install #141

Closed Thavarajan closed 1 year ago

Thavarajan commented 2 years ago

Describe the bug Nothing fancy image

Expected behavior npm install should run.

Desktop (please complete the following information):

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

Ismaestro commented 2 years ago

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
Thavarajan commented 2 years ago

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

Ismaestro commented 1 year ago

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