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
-
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