Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start error #95

Open
corpvet1 opened this issue Feb 10, 2023 · 1 comment
Open

npm start error #95

corpvet1 opened this issue Feb 10, 2023 · 1 comment

Comments

@corpvet1
Copy link

corpvet1 commented Feb 10, 2023

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

@RaoXdev
Copy link

RaoXdev commented Aug 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants