tilemill-project/tilemill-builder-osx

node-sqlite3 build failing

springmeyer opened this issue · 2 comments

Not sure why, but it is preventing tilemill from starting. When I ran a build manually it also failed to install, but then doing npm install sqlite3@~2.1.5 manually worked.

the compile appears to never be triggered, so its not that it fails to build but the build is never attempted:

$ ls node_modules/sqlite3/
LICENSE     README.md   binding.gyp deps        lib     sqlite3.js  test
Makefile    benchmark   configure   examples    package.json    src

doing rm -rf node_modules/sqlite3 then works and a build folder is present.