Skip to content

Commit 68031f2

Browse files
authoredSep 28, 2023
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
1 parent 0860159 commit 68031f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ git clone git@github.com:npm/cli.git npm
1919
**2. Navigate into project & install development-specific dependencies...**
2020

2121
```bash
22-
$ cd ./npm && node . install
22+
$ cd ./npm && node ./scripts/resetdeps.js
2323
```
2424

2525
**3. Write some code &/or add some tests...**

0 commit comments

Comments
 (0)
Please sign in to comment.