-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Quote packages name, when calling npm #64
Labels
Comments
nathanhleung
added a commit
that referenced
this issue
Jan 29, 2021
nathanhleung
added a commit
that referenced
this issue
Jan 29, 2021
nathanhleung
added a commit
that referenced
this issue
Jan 29, 2021
#126 (specifically, naively adding quotes around package names) breaks the package, so I reverted it. Reopening this. |
Seems, that this is not already actial with the npm 8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you need to quote packages names, when you calling package manager.
For example, if peer deps is specified like
"package": ">=1.2.3"
then you will call npm to install deps like:
npm i package@>=1.2.3
, that produces stdout redirect to the file=1.2.3
The text was updated successfully, but these errors were encountered: