vagabond-systems / jpmc-task-2

Starter repo for task 2 of JPMC's forage program
13 stars 13.86k forks source link

npm start error #95

Open corpvet1 opened 1 year ago

corpvet1 commented 1 year ago

PS C:\Users\usxma\Documents\JPChase Project\jpmc-task-2\jpmc-task-2> npm start

bank-merge-co-task-2@0.1.0 start package.json-scripts --openssl-legacy-provider start

'package.json-scripts' is not recognized as an internal or external command, operable program or batch file.

I changed the package.json file to the following:

"scripts": { "start": "react-scripts start", "build": "react-scripts build --openssl-legacy-provider", "test": "react-scripts test", "eject": "react-scripts eject"

I've been trying to get npm to start from the terminal for 2 days now. Do I need it to run HTTP://localhost:8080 because that isn't working with server.py running

RaoXdev commented 1 year ago

first run : npm install this will install node modules dependencies will take some time then hit : npm start