I just downloaded a React TODO application - https://github.com/mdn/todo-react
I keep getting this error when trying to run: yarn && yarn start
At line:1 char:6
+ yarn && yarn start
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
Can anyone help?
Tried running:
yarn && yarn install
expected to get the application running as specified in the build notes:
Getting started To get this app running locally, you'll need to have Node.js and Yarn installed on your machine. In the project directory, you can run:
yarn && yarn start More information about the available commands can be found in the Contributing guide.