Error! No available node version satisfies 'node7'

See original GitHub issue

I am getting the same error as https://github.com/zeit/pkg/issues/296

> pkg@4.3.0-beta.5
> Targets not specified. Assuming:
  node7-linux-x64, node7-macos-x64, node7-win-x64
> Error! No available node version satisfies 'node7'

and

C:\webapps\clibu>pkg server/clibu1.js --targets node7
> pkg@4.3.0-beta.5
> Error! No available node version satisfies 'node7'

On Windows 10 using nvm:

C:\webapps\clibu>node -v
v7.7.4
C:\webapps\clibu>nvm list

  * 7.7.4 (Currently using 64-bit executable)
    7.0.0

C:\webapps\clibu>pkg server/clibu1.js --targets node7.7.4
> pkg@4.3.0-beta.5
> Error! No available node version satisfies 'node7.7.4'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:10
  • Comments:13

github_iconTop GitHub Comments

17reactions
nv4010commented, Mar 27, 2018

有解决办法了吗

13reactions
we-zhangcommented, Jun 25, 2018

i’m using node9. Issue happened when node9+pkg 4.3.3. Works after downgrading to pkg 4.3.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

No available node version satisfies 'node13' #838 - vercel/pkg
When I run pkg [file] --targets node13-win-x86 it gives me the error > pkg@4.4.2 > Error! No available node version satisfies 'node13' ...
Read more >
Node - Cross Plattform compilation - PKG - Stack Overflow
Is there no way i can package my application? Update: In github they say, i have to include the .node files in the...
Read more >
pkg - npm
This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js...
Read more >
Developers - Error! No available node version satisfies 'node7' -
I am getting the same error as https://github.com/zeit/pkg/issues/296. ````C:\webapps\clibu>pkg server/clibu1.js. pkg@4.3.0-beta.5. Targets not specified.
Read more >
vdhcoapp - AUR (en)
I found how to fix this issue thanks to this link: ... 'build-linux-64' errored after 43 ms [12:19:58] Error: No available node version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found