-
-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodejs 12 support #1151
Comments
I just cloned the repo (as it is at this moment) and was able to run I should note that IME the same install problem was true for the entire life-cycle of Node 11, so it's a real shame this wasn't resolved before Node 12's release. |
I'm waiting for Node 12 to be available on the CI system (AppVeyor, Windows builds). @getify there is a release available for Node 11. |
@kewde was is it 4.0.6? because that didn't work with node 11 on either of my systems (osx or debian). |
Support for Node 11 was added in 4.0.4 |
There is a workaround to install Node.js v12 on AppVeyor. appveyor/ci#2921 (comment) |
* Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151
Any chance of this soon? |
Node 12 has been merged to master, will do release very soon. |
node-sqlite3 v4.0.7 has been released. |
* update apollo packages * bye apollo-link-state * fix: jest error by updating jest * mod: Make `yarn codegen` always executable * mod: Take care non-js import in flowconfig * suppress 'sequelize deprecated String based operators' error * suppress 'Please use `require("history").PathUtils' error * refac: make all components functional * Flow to Typescript (#13) * get available port on codegen (#14) * improve tyeps (#15) * refactor typings * remove unnecessary babel plugin * Type models * pass `eslint --ext .ts --ext .tsx` * mod: clear old type defs before codegen improve eslint defs * ignore Node12 build * Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151 * Fix Node 12 build failure
Works like charm :) thx!!! |
* update apollo packages * bye apollo-link-state * fix: jest error by updating jest * mod: Make `yarn codegen` always executable * mod: Take care non-js import in flowconfig * suppress 'sequelize deprecated String based operators' error * suppress 'Please use `require("history").PathUtils' error * refac: make all components functional * Flow to Typescript (#13) * get available port on codegen (#14) * improve tyeps (#15) * refactor typings * remove unnecessary babel plugin * Type models * pass `eslint --ext .ts --ext .tsx` * mod: clear old type defs before codegen improve eslint defs * ignore Node12 build * Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151 * Fix Node 12 build failure
* update apollo packages * bye apollo-link-state * fix: jest error by updating jest * mod: Make `yarn codegen` always executable * mod: Take care non-js import in flowconfig * suppress 'sequelize deprecated String based operators' error * suppress 'Please use `require("history").PathUtils' error * refac: make all components functional * Flow to Typescript (#13) * get available port on codegen (#14) * improve tyeps (#15) * refactor typings * remove unnecessary babel plugin * Type models * pass `eslint --ext .ts --ext .tsx` * mod: clear old type defs before codegen improve eslint defs * ignore Node12 build * Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151 * Fix Node 12 build failure
Nodejs 12 was released on Tuesday, and sqlite3 fails to build for it. Here are the notable errors:
The above three seem to be nan's fault, their ticket tracking node 12 support is nodejs/nan#849 . The below however seem to be sqlite3's fault:
The text was updated successfully, but these errors were encountered: