LumoSQL / archive1-LumoSQL-on-github

Initial work on SQLite and LMDB integration
https://lumosql.github.io/LumoSQL/
Other
68 stars 14 forks source link

Minimum version of node.js for benchmarking/src to work #30

Closed danshearer closed 4 years ago

danshearer commented 4 years ago

I think I understood from Keith that the minimum node version number is 12. Version 8.x is what is shipped with Ubuntu 18.04 .

Need to check:

maxwell-k commented 4 years ago

To answer some of those questions:

The requirement for Node JS 12 was documented via benchmarking/README.md in the first PR that introduced any JavaScript code.

This issue is related to https://github.com/LumoSQL/LumoSQL/pull/31.

maxwell-k commented 4 years ago

Node JS 12 is the active long-term-support version: https://nodejs.org/en/about/releases/

danshearer commented 4 years ago

Closing. This is documented and also fairly obvious. Thanks.