ngx-admin icon indicating copy to clipboard operation
ngx-admin copied to clipboard

This project does not build

Open stealthAngel opened this issue 2 years ago • 5 comments

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.

stealthAngel avatar Apr 19 '23 18:04 stealthAngel

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

cyrdominicytos avatar Apr 25 '23 14:04 cyrdominicytos

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

stealthAngel avatar Apr 25 '23 15:04 stealthAngel

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

MianAnwar avatar May 16 '23 14:05 MianAnwar

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.

Prefix1802 avatar Jul 02 '23 08:07 Prefix1802

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

Yuchen0604 avatar Aug 24 '23 15:08 Yuchen0604