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
NOTE, I'm using npmVersion in rush.json. I wanted to try pnpm, but that has a bug.
Please describe the actual behavior.
Sometimes If I run rush add --package some-package --caret && rush update inside a package in the rush-managed repo, then look inside the respective package's node_modules folder, there is no some-package link there. It doesn't get linked.
What is the expected behavior?
It should just work.
workaround
To get things to work consistently, this is the full thing that I currently do:
Uh oh!
There was an error while loading. Please reload this page.
Is this a feature or a bug?
NOTE, I'm using
npmVersion
inrush.json
. I wanted to trypnpm
, but that has a bug.Please describe the actual behavior.
Sometimes If I run
rush add --package some-package --caret && rush update
inside a package in the rush-managed repo, then look inside the respective package'snode_modules
folder, there is nosome-package
link there. It doesn't get linked.What is the expected behavior?
It should just work.
workaround
To get things to work consistently, this is the full thing that I currently do:
Note, the part
rm -f common/config/rush/npm-shrinkwrap.json
is there because otherwise issue #1706 happens (not every time, but sometimes).If this is a bug, please provide the tool version, Node.js version, and OS.
The text was updated successfully, but these errors were encountered: