bitovi / canjs.com

The CanJS homepage and distributable files
http://v2.canjs.com/
17 stars 12 forks source link

"npm install" on "gh-pages" branch fails because of sqlite3 #265

Open mjstahl opened 8 years ago

mjstahl commented 8 years ago

With a fresh checkout of the gh-pages branch. Do an npm install. It will fail due to node-gyp and its handling of the sqlite3 package.

justinbmeyer commented 8 years ago

What version of node?

Btw, I always work in canjs when doing docs. You can generate the unthemed output from there.

Sent from my iPhone

On Jan 12, 2016, at 2:24 PM, Mark Stahl notifications@github.com wrote:

With a fresh checkout of the gh-pages branch. Do an npm install. It will fail due to node-gyp and its handling of the sqlite3 package.

— Reply to this email directly or view it on GitHub.

mjstahl commented 8 years ago

What version of node?

v4.2.4

daffl commented 8 years ago

I haven't tried this with anything but 0.12. That gh-pages branch really needs to be cleaned up. I don't even think we're still generating Dash docsets.

mjstahl commented 8 years ago

When I am done with the guides I will go back to 0.12.* and see what happens.