Closed
Description
Suggestion
Commands prefixed with nx
(e.g. nx run ...
) require either something like npx nx
in front or a global nx
script, such as from npm i -g npm
. If you don't then trying to run them gives an error:
josh ~/repos/typescript-eslint/packages/website $ yarn start
command not found: nx
Running a search for ": "nx
in package.json
files, we get 40 results in 18 files right now.
I think we have two likely workarounds:
- Explicitly require dev machines have run something like
npm i -g nx
- Prefix all those commands with something like
npx
(e.g. instead of `nnx