insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

NPM installation error #377

Open ManojSai12 opened 2 years ago

ManojSai12 commented 2 years ago

{BBD7703B-AA83-40BE-A867-4F375A0FE03C} png

ManojSai12 commented 2 years ago

I'm struck here.

enigmacoder-bot commented 1 year ago

I think this is due to old npm dependencies. I have node version v16.15.0 and npm version 8.10.0

Following below steps worked for me

  1. Delete the existing node_modules folder in JPMC-tech-task-2-PY3
  2. Go to this google drive and download the node_modules zip file drive link
  3. Place the extracted node_modules folder into the JPMC-tech-task-2-PY3 folder.
  4. manually install node-gyp package by running npm i -g node-gyp
  5. Go to new terminal and run server3.py by running python datafeed\server3.py
  6. run npm start
  7. Hopefully now the program starts.