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

[codegen] Update node version management #88

Open
joeblubaugh opened this issue Sep 5, 2023 · 1 comment
Open

[codegen] Update node version management #88

joeblubaugh opened this issue Sep 5, 2023 · 1 comment
Labels
area/codegen type/bug Something isn't working

Comments

@joeblubaugh
Copy link
Contributor

The out-of-the-box boilerplate doesn't manage node versions. I get this error with make build/plugin-frontend:

error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.17.0"
error Found incompatible module.

This could be improved with a .nvmrc file that specifies the minimum version supported by the dependency graph.

@joeblubaugh
Copy link
Contributor Author

There is one of these, just at a different level of the directory hierarchy than I was looking. The actual issue appears to be that the default generated dependencies and the nvmrc aren't compatible.

@joeblubaugh joeblubaugh changed the title [codegen] Add node version management [codegen] Update node version management Sep 5, 2023
@radiohead radiohead added type/bug Something isn't working area/codegen labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codegen type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants