Skip to content
  • Sponsor webdevnerdstuff/vue-code-block

  • Notifications You must be signed in to change notification settings
  • Fork 3

[Bug Report]: Node Engine Version is fired #17

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

Closed
1 task done
dangercris opened this issue May 12, 2023 · 3 comments · Fixed by #18
Closed
1 task done

[Bug Report]: Node Engine Version is fired #17

dangercris opened this issue May 12, 2023 · 3 comments · Fixed by #18
Assignees
Labels
bug Something isn't working

Comments

@dangercris
Copy link

Bug description

IN your package json you have fired

"engines": { "node": "19.0.1" },

I use --ignore-engines and it works with node 18

Steps to reproduce

  1. yarn install

Relevant log output

warning vscode-languageclient@7.0.0: The engine "vscode" appears to be invalid.
error vue3-code-block@2.1.1: The engine "node" is incompatible with this module. Expected version "19.0.1". Got "18.6.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@dangercris dangercris added the bug Something isn't working label May 12, 2023
@webdevnerdstuff
Copy link
Owner

I assume it works with some earlier versions of node, but I built it using v19.0.1 and didn't test any earlier versions. Is there any issues with the component, or are you just reporting it works with v18?

@webdevnerdstuff webdevnerdstuff changed the title [Bug]: Node Engine Version is fired [Bug Report]: Node Engine Version is fired May 13, 2023
@webdevnerdstuff webdevnerdstuff added needs more information Further information is needed and removed bug Something isn't working labels May 13, 2023
@dangercris
Copy link
Author

The problem is that it requires version 19.0.1 exactly, you should consider using ^19.0.1

@webdevnerdstuff webdevnerdstuff removed the needs more information Further information is needed label May 16, 2023
@webdevnerdstuff
Copy link
Owner

Ah, I see what you are saying now. I'll try to push that update out this week sometime.

@webdevnerdstuff webdevnerdstuff added the bug Something isn't working label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants