You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install bun and then install a global package wscat via bun install -g wscat.
I can see wscat binary available, but when i call wscat --help I get: env: node: No such file or directory.
Why is it even searching for node and how can I fix it? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I install bun and then install a global package wscat via
bun install -g wscat
.I can see
wscat
binary available, but when i callwscat --help
I get:env: node: No such file or directory
.Why is it even searching for node and how can I fix it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions