Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Node.js 12.4.0? #11

Closed
LiamKarlMitchell opened this issue May 13, 2020 · 1 comment
Closed

Using Node.js 12.4.0? #11

LiamKarlMitchell opened this issue May 13, 2020 · 1 comment

Comments

@LiamKarlMitchell
Copy link

Latest still gives me node v10.16.0 but the table on the readme shows v12.4.0.
To be fair the note above it does say the latest tag is on v10.16.0 but it is inconsistent with the table.

To use 12.4.0 thought I could just run this.

apk add --no-cache --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main nodejs=14.2.0-r0 nodejs-npm=14.2.0-r0

But it gives ERROR: unsatisfiable constraints

Highest it seems I can go is 12.6.3 not ideal as I wanted 12.4.0 but eh.

apk add --no-cache --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main nodejs=12.16.3-r0 nodejs-npm=12.16.3-r0 yarn=1.7.0-r0 libuv=1.37.0-r0

At least now I can yarn add puppeteer.

@hoosin
Copy link
Owner

hoosin commented Jul 1, 2020

@LiamKarlMitchell 1f85ac6

@hoosin hoosin closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants