-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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] npx add confirmation to proceed everytime #4619
Labels
Bug
thing that needs fixing
Priority 2
secondary priority issue
Release 8.x
work is associated with a specific npm 8 release
Comments
slorber
added
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
labels
Mar 25, 2022
Issue asked by @lukekarrys here: #3821 (comment) Some additional notes:
|
1 task
I am unable to reproduce on the same versions of Node.js, npm, and OS. |
Moving this to priority 2, and @lukekarrys is going to look into it further. |
fritzy
added
Priority 2
secondary priority issue
and removed
Needs Triage
needs review for next steps
labels
Mar 30, 2022
ruyadorno
added a commit
to ruyadorno/cli
that referenced
this issue
Mar 30, 2022
Fixes the proper path location to use when targetting specific workspaces. Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: npm#3520 Relates to: npm#4619 Relates to: npm/statusboard#403
ruyadorno
added a commit
to ruyadorno/cli
that referenced
this issue
Mar 30, 2022
Fixes the proper path location to use when targetting specific workspaces. Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: npm#3520 Relates to: npm#4619 Relates to: npm/statusboard#403
ruyadorno
added a commit
to ruyadorno/cli
that referenced
this issue
Mar 31, 2022
Fixes the proper path location to use when targetting specific workspaces. Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: npm#3520 Relates to: npm#4619 Relates to: npm/statusboard#403
ruyadorno
added a commit
to ruyadorno/cli
that referenced
this issue
Mar 31, 2022
Fixes the proper path location to use when targetting specific workspaces. Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: npm#3520 Relates to: npm#4619 Relates to: npm/statusboard#403
ruyadorno
added a commit
to ruyadorno/cli
that referenced
this issue
Apr 19, 2022
Refactor / clean up of the logic around reading installed packages. Fixes reading packages from mixed sources (one being from the local installed tree and the other from the registry using pacote.manifest). Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: npm#3668 Relates to: npm#4643 Relates to: npm#4619 Relates to: npm/statusboard#403
lukekarrys
pushed a commit
that referenced
this issue
Apr 19, 2022
Refactor / clean up of the logic around reading installed packages. Fixes reading packages from mixed sources (one being from the local installed tree and the other from the registry using pacote.manifest). Makes it so that libnpmexec is always reading from the Arborist actual tree instead of reading `node_modules` from the file system when retrieving local package data. Fixes: #3668 Relates to: #4643 Relates to: #4619 Relates to: npm/statusboard#403
When the installed package updates its major version, it is reproduced. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
thing that needs fixing
Priority 2
secondary priority issue
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Expected Behavior
The second execution of
npx yarn-deduplicate
shouldn't ask for a confirmationSteps To Reproduce
see above
Environment
The text was updated successfully, but these errors were encountered: