Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update CONTRIBUTING.md to prevent errors #6844

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

darcyclarke
Copy link
Contributor

  • 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

References

Fixes #6635
Closes #6635

- 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
@darcyclarke darcyclarke requested a review from a team as a code owner September 28, 2023 14:54
@darcyclarke darcyclarke changed the title Update CONTRIBUTING.md Update CONTRIBUTING.md to prevent errors Sep 28, 2023
@darcyclarke darcyclarke changed the title Update CONTRIBUTING.md to prevent errors chore: update CONTRIBUTING.md to prevent errors Sep 28, 2023
@darcyclarke darcyclarke changed the title chore: update CONTRIBUTING.md to prevent errors fix: update CONTRIBUTING.md to prevent errors Sep 28, 2023
@wraithgar wraithgar changed the title fix: update CONTRIBUTING.md to prevent errors docs: update CONTRIBUTING.md to prevent errors Sep 28, 2023
@wraithgar wraithgar merged commit 68031f2 into npm:latest Sep 28, 2023
21 of 23 checks passed
@github-actions github-actions bot mentioned this pull request Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cannot find module '@npmcli/config'
2 participants