s-alad / toofake

View friends BeReals without posting or them knowing. Post custom BeReal's whenever. Add custom realmojis
https://toofake.lol/
MIT License
152 stars 34 forks source link

🐛 : `sh: 1: react-scripts: not found` while running `npm start` in `client` directory. #15

Closed hemangjoshi37a closed 1 year ago

hemangjoshi37a commented 1 year ago

npm start :

(base) hemang@hemang-HP-Pavilion-g6-Notebook-PC:~/Documents/GitHub/toofake/client$ npm start

> client@0.1.0 start
> react-scripts start

sh: 1: react-scripts: not found

python ./api.py :

(base) hemang@hemang-HP-Pavilion-g6-Notebook-PC:~/Documents/GitHub/toofake/server$ python ./api.py 
 * Serving Flask app 'api'
 * Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5100
Press CTRL+C to quit
 * Restarting with watchdog (inotify)
 * Debugger is active!
 * Debugger PIN: 299-909-318
s-alad commented 1 year ago

did you run npm install in the client directory?

hemangjoshi37a commented 1 year ago

did you run npm install in the client directory?

Thank you. I didnt run it. Now it is working fine.