Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
➜ docusaurus git:(main) node -v
v16.14.2
➜ docusaurus git:(main) npm -v
8.5.0
➜ docusaurus git:(main) npx yarn-deduplicate
Need to install the following packages:
yarn-deduplicate
Ok to proceed? (y) y
➜ docusaurus git:(main) npx yarn-deduplicate
Need to install the following packages:
yarn-deduplicate
Ok to proceed? (y) y
Expected Behavior
The second execution of npx yarn-deduplicate shouldn't ask for a confirmation
Steps To Reproduce
see above
Environment
- npm: 8.5.0
- Node.js: 16.14.2
- OS Name: MacOS 12.1 Monterey
- System Model Name: ?
- npm config:
; "user" config from /Users/sebastienlorber/.npmrc
//registry.npmjs.org/:_authToken = (protected)
; node bin location = /Users/sebastienlorber/.volta/tools/image/node/16.14.2/bin/node
; cwd = /Users/sebastienlorber/Desktop/projects/docusaurus
; HOME = /Users/sebastienlorber
; Run `npm config ls -l` to show all defaults.
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-deduplicateshouldn't ask for a confirmationSteps To Reproduce
see above
Environment