Open ghost opened 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
cd interface && npm install - Successful
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
┌──(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
I had the same issue and was resolved by updating nodejs to the latest LTS version
Step 6 instruction: In a different terminal, install frontend's modules cd interface && npm install and run it npm start
Output of step 6
cd interface && npm install - Successful
npm start - error details below