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

This project does not build #5978

Open
stealthAngel opened this issue Apr 19, 2023 · 5 comments
Open

This project does not build #5978

stealthAngel opened this issue Apr 19, 2023 · 5 comments

Comments

@stealthAngel
Copy link

I have globally angular 15,

if i pull and run npm i it stays at install forever, afterwards I get:

Error: Could not find the '@angular-devkit/build-angular:dev-server' builder's node package.

@cyrdominicytos
Copy link

Hey @stealthAngel , have you already solved this issue ? I have the same problem.

@stealthAngel
Copy link
Author

Hey i'm still trying to figure it out but i'm not able to do it. I'll keep trying and update when i found a solution

@MianAnwar
Copy link

MianAnwar commented May 16, 2023

Me too, facing the same issue. It sometimes says socket timeout error and sometime it is

npm ERR! code 1
npm ERR! path F:\ngx-admin\ngx-admin-master\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js

Guys, When I run npm install command without the node-sass package [I removed it from the package.json because, because of it node packages are not installing successfully and giving some error like unable to run node scripts/build.js ] it shows some messages like FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory when I tries to run ng s

@Prefix1802
Copy link

Use nvm to be able to use and switch to different node versions.

npm i .....with node 14. After you can switch to 18 again.

@Yuchen0604
Copy link

Had the same error, switch to node 14 works for me.

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

No branches or pull requests

5 participants