-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] npm -C ./dir exec cmd
fails
#2078
Comments
Try |
@ljharb It also produces an error.
And https://docs.npmjs.com/cli/v6/using-npm/config#shorthands-and-other-cli-niceties I mean, |
As for |
@ljharb I think |
TIL So yeah, given that |
ahhh TIL that too, sorry for misunderstanding. |
Oh, thank you! I'm glad to know it. |
Published in |
Current Behavior:
npm -C ./dir exec foo
fails with ENOENT, even if./dir
contains package.json.Expected Behavior:
npm -C ./dir exec foo
runs foo command in./dir
directory.Steps To Reproduce:
Environment:
The text was updated successfully, but these errors were encountered: