-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release
Description
Is there an existing issue for this?
- I have searched the existing issues
This issue exists in the latest npm version
- I am using the latest npm
Current Behavior
$ npm test
> test
> echo 5%
5
This happens since 8.13.0.
Expected Behavior
$ npm test
> test
> echo 5%
5%
8.12.2 prints 5%
as expected.
Steps To Reproduce
-
Use Windows
-
With this package.json:
{ "private": true, "scripts": { "test": "echo 5%" } }
-
Run
npm test
-
Notice how the percentage sign is gone.
Environment
- npm: 8.16.0
- Node.js: 18.7.0
- OS Name: Windows 10
- System Model Name: PC
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release