-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Package config variables not available to npm-alternatives #201
Comments
Just felt in the same issue! |
+1 |
Also encountering this issue when using commitizen. A workaround that works for commitizen is to use a .czrc config file. This, however, has to be fixed since other packages that use the package.json config field might not provide stand-alone config files. |
Issue with using other package managers with npm-run-all: mysticatea/npm-run-all#201
This is kinda important, and this repo hasn't had a release since 2018, anyone know if there's a popular fork yet? |
Bump, is there a fix? |
+1 |
A quick repro case:
npm run ___
can run any of the three scripts successfully (as you'd expect).pnpm
can runvars
directly orworks
, but fails onfails
with:ERROR ERROR Unknown options: '<pkgname>:foo'
I suspect this is very related to #193, but the description there sounded like it was coming at this error from a different direction, so I didn't want to hijack Jakob's issue.
I haven't tested
yarn
, though #196 sounds like a similar fix could potentially address issues there as well? Especially since a script ofyall -s vars
runs successfully withpnpm
.The text was updated successfully, but these errors were encountered: