You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I ran across this issue too. When I ran:
bitbox new hello-test
The scaffolding application errored out. That was with node v8 installed on a Ubuntu 18.04. I was told however, that it worked on Windows. It could have lead to the issue you describe above.
However, it worked when I ran:
bitbox new hello-test -s react
The problem was that the scaffold did not default to React, as described in this documentation
With regard to the error in this issue, that behavior would be expected if one did not run npm install first. Did you get that same behavior after running the following?
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:'
I think this is because there is no
react-scripts
dependency in the package.json file.The text was updated successfully, but these errors were encountered: