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
I encountered the same issue using beta instead of experimental. This approach has not worked since npm v7.x, and I couldn't find any documentation regarding the support or deprecation of this feature. Though it seems similar to running npm install preact@beta or npm install preact@experimental, I'm still uncertain why this functionality was suddenly unsupported.
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Running
npm install
in a workspace with package A usingpreact@latest
and package B usingpreact@experimental
only installspreact@latest
.Expected Behavior
Each package should install its own version of the dependency matching the dist tag.
Steps To Reproduce
In a workspaces based environment, for example:
packages.json
packages/a/package.json
packages/b/package.json
npm install
npm ls --package-lock-only
preact
to pull only10.26.5
fromlatest
packages/a/package.json
packages/b/package.json
npm install
npm ls --package-lock-only
Environment
The text was updated successfully, but these errors were encountered: