-
Notifications
You must be signed in to change notification settings - Fork 1k
No available node version satisfies 'node13' #838
Comments
same issue here
|
Same here, but for Mac OS (node installed via homebrew):
BTW can confirm that choosing |
Same issue for me.
|
Same issue here.
I'm using Node v13.7.0. |
This is related to sub-project https://github.com/zeit/pkg-fetch which have to poses corresponding definitions and patches for specific Contributions are needed in Another issue which confirms Imho https://github.com/nexe/nexe is less complicated in its architecture and all needed things are in singular GitHub repository, but |
The problem of zeit/pkg-fetch is that it doesn't have any instructions on how we can contribute to it, helping to release new and updated versions. |
I opened an issue here: https://github.com/zeit/pkg-fetch/issues/78 |
On my mac, use node8 will be help. While node9, node10...node13 doesn't work.
Hope can help you. |
use a node version manager like nvm, it looks like the latest version is 12.13.1 |
Bump ^ I am having troubles with ESM, which is fixed in latest 13.11.0 |
here's what i did (mac): |
Maybe this can help: https://github.com/robertsLando/pkg-binaries |
PKG only supports lts non-odd versions of node. Contributors are currently working on 14 support which should include modules |
Same issue |
There are no node 13 binaries for windows there....? |
Use an LTS version instead |
I'm unable to use an LTS version due to a package i use, iohook. I can't get it to work with any node version other than 13.14.0 |
When I run
pkg [file] --targets node13-win-x86
it gives me the errorHowever, when I run
node -v
it outputs withv13.5.0
.I'm using Windows 10 build 1909.
The text was updated successfully, but these errors were encountered: