insidesherpa / JPMC-tech-task-2-PY3

29 stars 348 forks source link

Cannot find module '@jpmorganchase/perspective' #386

Open zeeshanliaqat50 opened 4 years ago

zeeshanliaqat50 commented 4 years ago

Hey Everyone , I executed the command 'npm start' but afterwards I am getting this error 'Cannot find module '@jpmorganchase/perspective'.Any solution or idea what could be the reason of it ?

mubashshirmia commented 4 years ago

Same problem i have

harbhajansharma04 commented 4 years ago

same problem

EdwardL89 commented 4 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

madkiii commented 4 years ago

thanks that was perfect

vikivanov commented 4 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

That fixed it for me

jagtapshubham commented 4 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

Thank You it Worked for me

Grv-Singh commented 4 years ago

After following the above steps, getting error -> npm ERR! missing script: start. Any solution or mind sharing package.json ? OS : WSL (Windows subsytem for linux ; Ubuntu 20.04)

aminuabdusalam commented 4 years ago

thanks that was perfect

Thanks a lot. This worked.

ghost commented 4 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

thanks alot. this worked.

hfejdyfmk commented 3 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

thanks! it works.

Dinoosawruss commented 3 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps

Thank you this worked for me

ali-mandela commented 2 years ago

Hey, guys. I had the same problem, but fixed it by running the following commands I found from a closed issue(#339 by @nitindang):

npm install npm install --ignore-scripts npm audit fix npm start

Hope this helps