insidesherpa / JPMC-tech-task-2-PY3

29 stars 350 forks source link

npm start scripts ERROR #347

Open sugartakis opened 4 years ago

sugartakis commented 4 years ago

(https://user-images.githubusercontent.com/60569922/84353018-ff70ee00-abdb-11ea-8d53-5a42a575f459.PNG)

Mega-Barrel commented 4 years ago

@sugartakis Having the same problem.

Siddharth1006 commented 4 years ago

Same here!! PLEASE HELP!! It is not recognizing the "react scripts!!".

Mega-Barrel commented 4 years ago

Server Error To solve this Error, type the following command -> python datafeed/server3.py

NPM Error To solve this Erro, type the following command -> npm install --ignore-scripts npm start

Siddharth1006 commented 4 years ago

Thanks again for the solution. But another one worked for me. npm cache clean --force npm install npm start

On Wed, Jun 17, 2020 at 10:54 AM Saurabh notifications@github.com wrote:

Server Error To solve this Error, type the following command -> python datafeed/server3.py

NPM Error To solve this Erro, type the following command -> npm install --ignore-scripts npm start

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-2-PY3/issues/347#issuecomment-645158608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5XFJAEAJZN7ABAHUVOOLLRXBHRVANCNFSM4N3DSRRA .

Mega-Barrel commented 4 years ago

@Siddharth1006 Thanks for providing another solution. And add this post as an issue so that all can go through it if they has difficulty.