-
Notifications
You must be signed in to change notification settings - Fork 599
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
[rush] "rush add" does not install package with npm #1013
Comments
@pgonzal not sure. This behaviour is not listed in that list and npm is working fine for me. I don't have an issue with npm itself. It just feels either:
|
Been running into this same issue to. Would |
This sounds like a problem with Could you try:
If it does repro, could you repeat the above steps using NPM 4.5.0? There are known problems with other newer releases of NPM detailed here. If this turns out to be a dupe of one of those symptoms, that issue already documents the next steps for fixing it (which have not been pursued because Rush users always seem to move to PNPM or Yarn). |
Still having this problem almost 2022 |
2023 and this is still an issue. Only |
I can't believe this is still a problem... it's April 2023... still broken. |
I'm also seeing this problem. I found the only thing that worked was |
Folllowing discussion in #991, I've done further testing with npm and I'm experiencing a separate issue with
rush add
If I do
rush add -p <package>
, rush runsupdate
. However, that is not enough to make the package available.After each
rush add
I have to dorush update --full
. Otherwise, it doesn't workThe text was updated successfully, but these errors were encountered: