eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
56 stars 40 forks source link

Nodejs 16 is not supported anymore. #218

Closed tsmaeder closed 1 month ago

tsmaeder commented 1 month ago

In the generated root package.json, it says


 "engines": {
    "yarn": ">=1.7.0 <2",
    "node": ">=16"
  },
```, but Theia does not support node 16 anymore.