ngx-admin
ngx-admin copied to clipboard
This project does not build
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.
Hey @stealthAngel , have you already solved this issue ? I have the same problem.
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
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
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.
Had the same error, switch to node 14 works for me.