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

teachable-snake@0.1.0 start: react-scripts start error #25

Open
johnfelipe opened this issue Jun 12, 2021 · 0 comments
Open

teachable-snake@0.1.0 start: react-scripts start error #25

johnfelipe opened this issue Jun 12, 2021 · 0 comments

Comments

@johnfelipe
Copy link

apt install npm
git clone https://github.com/vince19972/TeachableSnake.git
cd TeachableSnake
openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.cer -days 365 -subj /CN=143.198.121.131
npm start

and show me this error

> teachable-snake@0.1.0 start /root/TeachableSnake
> react-scripts start

sh: 1: react-scripts: not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! teachable-snake@0.1.0 start: `react-scripts start`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the teachable-snake@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-06-12T22_27_05_455Z-debug.log
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

1 participant