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

[Bug]: @vue-storefront/nuxt@2.7.2 incompatible with Node 18 #6844

Open
joncasdam opened this issue Nov 23, 2022 · 1 comment · May be fixed by #6845
Open

[Bug]: @vue-storefront/nuxt@2.7.2 incompatible with Node 18 #6844

joncasdam opened this issue Nov 23, 2022 · 1 comment · May be fixed by #6845
Labels
bug Bug reports

Comments

@joncasdam
Copy link

Describe the Bug

EOL of Node 16 is set to Sep 2023, so we are updating our servers. It turns out this is the error we get when using node 18

error @vue-storefront/nuxt@2.7.2: The engine "node" is incompatible with this module. Expected version ">=14 <=16". Got "18.12.1"

Current behavior

Install fails when on node 18

Expected behavior

Install to succeed.

Steps to reproduce

using node 18 :
yarn install

What version of Vue Storefront are you using?

2.7.2

What version of Node.js are you using?

18.2.1

What browser (and version) are you using?

What operating system (and version) are you using?

macOS and Docker

Relevant log output

this

------
 > [7/7] RUN yarn install --non-interactive     && yarn build --non-interactive     && yarn global add pm2     && yarn cache clean --all     && rm -rf /var/cache/apk/*     && rm -rf /usr/local/share/.cache/yarn/*:
#11 0.511 yarn install v1.22.19
#11 0.867 [1/5] Validating package.json...
#11 0.892 [2/5] Resolving packages...
#11 3.349 [3/5] Fetching packages...
#11 104.2 error @vue-storefront/nuxt@2.7.2: The engine "node" is incompatible with this module. Expected version ">=14 <=16". Got "18.12.1"
#11 104.2 error Found incompatible module.
#11 104.2 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
------


### Able to fix / change the documentation?

- [X] Yes
- [ ] No

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
@joncasdam joncasdam added the bug Bug reports label Nov 23, 2022
@joncasdam joncasdam linked a pull request Nov 23, 2022 that will close this issue
16 tasks
@joncasdam
Copy link
Author

folks, any feedback on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant