-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstriageWaiting for team members to take a lookWaiting for team members to take a look
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
Metadata
Metadata
Assignees
Labels
repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstriageWaiting for team members to take a lookWaiting for team members to take a look