This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
[BUG] Quotes not respected #43
Comments
I’ve found a bizarre workaround. "hello\`" world" It doesn’t work for Node version: 14.11.0 |
PatrickLehnerXI
added a commit
to XITASO/devcmd
that referenced
this issue
Dec 28, 2020
…tly escape arguments with quotes or spaces (and seems unmaintained, so no chance of a fix, making it unsuited for our usages). See npm/npx#10 and npm/npx#43
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What / Why
npx does not respect quotes around spaces in arguments list when running on an already-installed package.
When
When executing npx onto a pre-existing package.
Node version is 10.19.0
Npx version is 6.13.4
Where
CLI?
How
Current Behavior
Output of command below is:
Steps to Reproduce
Expected Behavior
This doesn't happen when the package is not installed. So far this bug is Windows-only.
The text was updated successfully, but these errors were encountered: