npx shows Jbang 0.116.0 #2025
-
I think, >npx @jbangdev/jbang jabkit@jabref --help
[jbang] There is a new version of jbang available!
[jbang] You have version 0.116.0 and 0.126.1 is the latest.
...
>jbang --version
0.126.0 Maybe, even the npm version should be in line? Following output is a bit strange:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Can you do a run with --verbose as my guess is that a PATH lookup is different between the npx path and terminal path. About JBang and jbang on npm they are technically different pices of tech and don't need to release new version of jbang on npm Everytime jbang proper gets released. |
Beta Was this translation helpful? Give feedback.
-
ok that didnt reveal much :/ can you run this:
and
and show what it outputs? should show which jbang cmd it actually runs with. |
Beta Was this translation helpful? Give feedback.
-
ah chocolatey creates and .exe wrapper. that gets missed by this code: https://github.com/jbangdev/jbang-npm/blob/main/jbang.js#L58 |
Beta Was this translation helpful? Give feedback.
ah chocolatey creates and .exe wrapper.
that gets missed by this code: https://github.com/jbangdev/jbang-npm/blob/main/jbang.js#L58