Replies: 1 comment 2 replies
-
It depends. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
Use a npm package with dependencies from npx
Actual Behavior
#! /usr/bin/env -S zx --install
With this shebang it's working just fine when I run
npx etiquette
Steps to Reproduce the Problem
https://github.com/abensur/etiquette
Questions
Is using
-S zx --intall
ok?Should I bundle the dependency?
If so, do I need to bundle
zx
when using it on the shebang or only the other dependencies?Beta Was this translation helpful? Give feedback.
All reactions