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

Upgrade node 16 #9

Open
orvn opened this issue Nov 26, 2021 · 5 comments
Open

Upgrade node 16 #9

orvn opened this issue Nov 26, 2021 · 5 comments

Comments

@orvn
Copy link

orvn commented Nov 26, 2021

Issue

Currently, many of the images contain node 16 as the latest version (specifically I'm looking at fleek/nuxt-js for my purposes. However, this it's set to node 16.4 which is outdated now.

Expected behavior

Could the node version in the node16 tag be upgraded to node 16.13.1 or later? Some packages I'm using in node 16 expect a newer version.

(note that the fleek/nuxtjs:node-latest also uses node 16.4)

@0xD4V1NC1
Copy link

does fleek still update these docker images? I tried using the official node images and although the build passes, the site doesn't load...
Screen Shot 2022-05-26 at 12 13 26 AM

@0xJem
Copy link

0xJem commented Jun 29, 2022

Getting node updated would be great. We're running into build failures due to node not being above 16.10:

2022-06-29T19:03:07.430Z: error [email protected]: The engine "node" is incompatible with this module. Expected version "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0". Got "16.4.2"

@scottrepreneur
Copy link

scottrepreneur commented Jul 26, 2022

Also having this. Looking for ^16.10

@brossetti1
Copy link

running into this as well ^16.10

@brossetti1
Copy link

fyi you might be able to get passed this error by using yarn install --ignore-engines

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

5 participants