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

Add .npmrc to workspaces #18081

Closed
wants to merge 1 commit into from
Closed

Conversation

mshima
Copy link
Member

@mshima mshima commented Mar 10, 2022

We use npm workspaces for scripts.
Since npm 8.5.0, npm install dedupes to the root by default.
Npm npm/cli#4437 behavior can break workspaces on transitive dependency changes at the root package.json.

So this PR tries to disable workspaces behavior by default.
Following npm/cli#4437 (comment).
Add .npmrc with workspaces=false.


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: dependencies Pull requests that update a dependency file theme: front theme: java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants