React-create script getting unrecognisable token when running yarn or nom start
This is most likely you are using a very old version of the tools (yarn / npm). Try to uninstall and then reinstall the yarn.
To uninstall,
npm uninstall yarn
To Install
brew install yarn
Then you should be able to use other form of tooling, like yarn install and yarn start to fire up your 'react-create-script'
Comments