You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
PS C:\Users\usxma\Documents\JPChase Project\jpmc-task-2\jpmc-task-2> npm 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
The text was updated successfully, but these errors were encountered: