Open
Description
I am running this command in my Mac terminal:
joe.bloggs$ yarn run start
but I get the output:
yarn run v1.22.15
$ npm-run-all -s "yarn start:backend" "yarn start:frontend"
ERROR: Task not found: "yarn"
Clearly I have yarn
installed otherwise it wouldn't be able to run yarn run start
, so why does npm-run-all
not find the yarn
command?
Metadata
Metadata
Assignees
Labels
No labels