You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CONTRIBUTING.md to prevent errors (#6844)
Update CONTRIBUTING.md
- following the previous steps with a fresh clone of `npm/cli` will error out if your try to run `node . install` because the `@npmcli/config` dep is missing
- need to run `node ./scripts/resetdeps.js` prior to running any `node .`/`npm` command
0 commit comments