Open
Description
PS C:\Users\usxma\Documents\JPChase Project\jpmc-task-2\jpmc-task-2> npm start
[email protected] 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
Metadata
Metadata
Assignees
Labels
No labels