-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] npm adduser
fails in workspace.
#4404
Comments
npm adduser
fails in workspace.
I wonder if this related to the new workspace detection. It's essentially running adduser with the |
I'm running into a similar issue with |
@dbouwman yeah, I have a fix in the works that will cover the appropriate commands |
This just got merged for this week's release. |
@fritzy Thanks! Much appreciated! |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Since 8.5.0, running
npm adduser
from a workspace fails withENOWORKSPACES
.Expected Behavior
Running
npm adduser
from a workspace should be as-if it was run from the top-level directory.Steps To Reproduce
cd packages/a
npm adduser
Environment
The text was updated successfully, but these errors were encountered: