deephaven / deephaven-plugins

Deephaven Plugins
11 stars 14 forks source link

Cookiecutter template - mismatch of supported engine vs .nvmrc #689

Closed bmingles closed 1 month ago

bmingles commented 2 months ago

After installing a fresh plugin template, I get the following error when running npm install

image

Looks like the engines value is set to 18.13.0 but .nvmrc is set to v20.13.1

vbabich commented 2 months ago

As @mattrunyon commented on #693 we might not want engines in the package.json.