insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

NPM Installation. No prebuild binaries found $ global production windows installing is frozen #380

Closed jasmine-yojin closed 1 year ago

jasmine-yojin commented 2 years ago

image image image

I tried installing the global production windows build tools. It started doing something then it is now frozen. I have both python 2.7.15 and 3.10.5 installed, I have Visual Studio Build Tools 2017 and 2022. Windows. Tried the steps many times but not successful...

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.