Default sqlite3 project cannot start with node 12

If changing the node version to 12 in a default sqlite3 project, the sqlite3 native library gets rebuilt for node 12, which exhausts the resources of the development container, resulting in the build being interrupted and a module not found error.