noodlapp / noodl

Noodl is a low code platform for creating full stack web applications
https://noodl.net
GNU General Public License v3.0
281 stars 69 forks source link

Building Noodl #28

Closed rvegele closed 5 months ago

rvegele commented 5 months ago

On macOS Ventura 13.6 I had to use Node v16 to get it to build correct.

Using Node v18 all the packages downloaded without errors, but would not run.

Perhaps it could be noted somewhere in the readme as a possible "workaround" for some in the same boat.

erictuvesson commented 5 months ago

Currently there is an engine lock in the package.json. I would suggest changing that to v16, because v18 is not working on that many computers. https://github.com/noodlapp/noodl/blob/42e065b5861cf2a8844161ec50449b9291bcd417/package.json#L46-L49