-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Bugthing that needs fixingthing that needs fixingGood First Issuegood issue or PR for newcomersgood issue or PR for newcomersPriority 2secondary priority issuesecondary priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
Current Behavior
When using npx --force, the warning printed due to using --force covers up the prompt asking the user to enter "y" to proceed. At first glance it looks like the command has hung waiting for I/O or something.
$ npx --force mkdirp
npm WARN using --force Recommended protections disabled.
Need to install the following packages:
mkdirp
⸨░░░░░░░░░░░░░░░░░░⸩ ⠙ : WARN using --force Recommended protections disabled.
Expected Behavior
The command output should not hide the line prompting the user to enter "y" to proceed.
Steps To Reproduce
- Use a system without any packages installed globally / in the cache.
npx --force mkdirp.- Observe the command output.
Environment
- OS: macOS 11.3.1
- Node: 16.3.0
- npm: 7.15.1
- shell: fish 3.2.2
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingGood First Issuegood issue or PR for newcomersgood issue or PR for newcomersPriority 2secondary priority issuesecondary priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release