saharmor / dalle-playground

A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)
MIT License
2.77k stars 595 forks source link

Local development - Step 06 Error: 'sh: 1: react-scripts: not found' #103

Open ghost opened 2 years ago

ghost commented 2 years ago

Step 6 instruction: In a different terminal, install frontend's modules cd interface && npm install and run it npm start

Output of step 6

  1. cd interface && npm install - Successful

  2. npm start - error details below

┌──(dall-e)─(yy㉿yy)-[/yyy/…/yyy/yyy/dalle-playground-main/interface] └─$ npm start

dalle-playground@0.0.0 start react-scripts start

sh: 1: react-scripts: not found

vintageman commented 2 years ago

I had the same issue and was resolved by updating nodejs to the latest LTS version