I am trying to follow the setup instructions on Windows and everything installs as expected. However, when I run npm start, I get the output below:
'
bitbox-scaffold-websockets@2.2.6 start C:\Users\ajb\Projects\myApp
react-scripts start
'react-scripts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bitbox-scaffold-websockets@2.2.6 start: react-scripts start
npm ERR! Exit status 1
'
I think this is because there is no react-scripts dependency in the package.json file.