We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I print process.argv in powershell,use npm it will lose the parameter --debug,But pnpm won't
--debug
a.js
console.log(process.argv)
When I use pnpm run the result is correct, but with npm run I need to use --- or quotes,
No response
The text was updated successfully, but these errors were encountered:
node: 16.13.0(32bit) npm: 9.2.0 nvm: 1.1.9 windows terminal: 1.18.2822.0
same question
windows terminal not working
windows cmd ok
Sorry, something went wrong.
add quotes working
Duplicate of #3136.
lukekarrys
No branches or pull requests
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
I print process.argv in powershell,use npm it will lose the parameter
--debug
,But pnpm won'ta.js
When I use pnpm run the result is correct, but with npm run I need to use --- or quotes,
Expected Behavior
No response
Steps To Reproduce
No response
Environment
The text was updated successfully, but these errors were encountered: