You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
[Bug]: Node Engine Version is fired
[Bug Report]: Node Engine Version is fired
May 13, 2023
Bug description
IN your package json you have fired
"engines": { "node": "19.0.1" },
I use
--ignore-engines
and it works with node 18Steps to reproduce
Relevant log output
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: