insidesherpa / JPMC-tech-task-2-PY3

29 stars 349 forks source link

npm install issue- (react scripts) #149

Open shivampatil98 opened 4 years ago

shivampatil98 commented 4 years ago

333

abhi17uec009bansal commented 4 years ago

I am also getting same error.

LordUttam commented 4 years ago

Execute npm start in the datafeed folder.

vskarthikprasad commented 4 years ago

Execute npm start in the datafeed folder.

I have got the same error and as you said i ran npm start in datafedd folder but it isn't working.

image

LordUttam commented 4 years ago

Ok run npm install again in the datafeed folder. You might get an error like this a few lines below: gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; Just run npm install --ignore-scripts . Ignore the warnings. And go for npm start again. It should run properly now.

vskarthikprasad commented 4 years ago

ignored warnings , i have done npm start in datafeed folder again but i am still getiing the error , what to do...?

image

LordUttam commented 4 years ago

Did you go for all the steps mentioned in the reply? Did you execute npm install --ignore-scripts ? Also you might have to restart the console.

LordUttam commented 4 years ago

Also are you sure you are running cmd as administrator as OP is seemingly not?

vskarthikprasad commented 4 years ago

yes i am running cmd as administrator and i have restarted cmd each time it failed....?

SiddhlodaAyyar commented 4 years ago

Watch this video and if you still get the error comment down in the youtube section and we'll try to solve it. https://youtu.be/wRAG9i8O_44

sahildaryani commented 4 years ago

Ok run npm install again in the datafeed folder. You might get an error like this a few lines below: gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; Just run npm install --ignore-scripts . Ignore the warnings. And go for npm start again. It should run properly now.

yes, it is working. i did all as you said npm install and then i did npm start in the datafeed folder itself and it worked.