DEV Community

Discussion on: NPM Start Problems

 
darksmile92 profile image
Robin Kretzschmar

I can't see an error withing this log but some lines inbetween are cut off by "...".
Could you please format it with three backticks at the beginning and again at the end so it's well formatted?

code...
Thread Thread
 
gouthamigou profile image
Gouthami-gou

after that type of error only nodemodules,package-lock,package.json files are only created it is not creating the entire structure like src,public ..sir, please will you provide me the solution and how to solve it.

Thread Thread
 
darksmile92 profile image
Robin Kretzschmar

Can you please provide the error message?

Thread Thread
 
gouthamigou profile image
Gouthami-gou

core-js@2.6.11 postinstall D:\app2\node_modules\babel-runtime\node_modules\core-js

node -e "try{require('./postinstall')}catch(e){}"

core-js@3.6.4 postinstall D:\app2\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"

core-js-pure@3.6.4 postinstall D:\app2\node_modules\core-js-pure
node -e "try{require('./postinstall')}catch(e){}"

this was my error

Thread Thread
 
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.