DEV Community

Discussion on: NPM Start Problems

 
darksmile92 profile image
Robin Kretzschmar

I'm afraid but there is no error message. This is only the call stack.

Thread Thread
 
maitryshah67 profile image
Maitry shah

I am also getting the same messages , I know there are no errors but the code is getting stuck at the line of npm audit fix .
It doesn't show anything after that

Thread Thread
 
darksmile92 profile image
Robin Kretzschmar

Which OS are you using? When on an Unix system, try to use sudo.
Otherwise try to delete your npm cache and try again.

Thread Thread
 
maitryshah67 profile image
Maitry shah

I'm using windows 10

Thread Thread
 
darksmile92 profile image
Robin Kretzschmar

Same command, try npm cache clean and run your commands afterwards.

Thread Thread
 
maitryshah67 profile image
Maitry shah

Thanks for the suggestions but actually when i downloaded nodejs with 32 bits. It worked so thanks for ur time

Thread Thread
 
darksmile92 profile image
Robin Kretzschmar

Good you solved it 😊

Thread Thread
 
maitryshah67 profile image
Maitry shah

Thank you so much

Thread Thread
 
kraman27 profile image
Aman Kumar

Hi, I'm facing the same problem, that it got stopped after npm audit fix. You did install nodejs for 32bit, but my system is 64 bit, what should I do ? Can you help me to figure it out.