Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Node 14.4 not found with PKG 5.0.0 #1150

Closed
nrfribeiro opened this issue Apr 27, 2021 · 4 comments
Closed

Node 14.4 not found with PKG 5.0.0 #1150

nrfribeiro opened this issue Apr 27, 2021 · 4 comments

Comments

@nrfribeiro
Copy link

Hi,
with PKG 5.0.0 I am having this error.

#25 2.575 > pkg@5.0.0
#25 2.664 > Error! No available node version satisfies 'node14.4'

@b00tsy
Copy link

b00tsy commented Apr 27, 2021

I believe the nodeRange parameter does only support major versioning as in node14 or node12 and will pick the node version based on version shipped with a specific pkg release. Meaning if you want node 14.4 you will have to use pkg@4.5.1

@robertsLando
Copy link
Contributor

I suggest to don't use specific nodejs versions as they change on every pkg-fetch bump. Use node14 instead

@nrfribeiro
Copy link
Author

Thanks.
How do I know which node version comes with each PKG version?

@robertsLando
Copy link
Contributor

Check pkg-fetch release assets page for available versions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants