insidesherpa / JPMC-tech-task-2-PY3

29 stars 349 forks source link

@jpmorganchase/perspective module error #562

Open JasleenKaur2000 opened 2 years ago

JasleenKaur2000 commented 2 years ago

Cannot find module '@jpmorganchase/perspective' in graph.ts Capture x

noviicee commented 2 years ago

Did npm install work fine, or were there any errors produced..?

PratyushKumar-0903 commented 2 years ago

Did npm install work fine, or were there any errors produced..?

npm install produced errors

PratyushKumar-0903 commented 2 years ago

How to successfully install npm and start it please explain in detail... I am getting lots of error in the npm installation part

Isaiah-Brown commented 2 years ago

I had the same problem and this worked for me, I found it from someone else:

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

Make sure you are in the correct directory

nikhil0o7 commented 2 years ago

I tried copying all the node modules to the repo using the link provided in the task2 setup file page 28 and ran npm start, it worked.