I installed the Tutorial: Intro to React. ( tic-tac-toe game ) in Dropbox in Windows 10 Pro on a Desktop. I installed Ubuntu with zsh and installed Node.js using curl. The app starts in zsh or Bash.
However in my laptop I am unable to get the app to start in Bash, zsh, or the windows command terminal. Am I not able to use React in Dropbox on multiple computers?
Here is the message I get....Why is the script not recognized?
> tic-tac@0.1.0 start C:\Users\Doak\Dropbox\Apps\tic-tac
> 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! tic-tac@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the tic-tac@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I also installed a tutorial 'React For Beginners' in another directory in Dropbox and it works fine.
Thanks