roundware / roundware-web-template

roundware-web-template.vercel.app
1 stars 4 forks source link

sh: 1: react-scripts: not found #16

Open sbenthall opened 1 year ago

sbenthall commented 1 year ago
$ cd roundware-web-template/
$ npm start

> roundware-web-template@1.0.0 start
> PORT=2345 react-scripts start

sh: 1: react-scripts: not found
gavspav commented 1 year ago

Do you have a node_modules folder in your project? If not you might need to run npm install This might sort your other issues out as well