jcouyang / glist

Taking notes with :octocat: Gist from Atom

Home Page:http://atom.io/packages/glist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node install.js failing

codyjlandstrom opened this issue · comments

Hi,
First off, awesome idea and I'm excited to try it out.

I don't think this is an issue here, but I'm having trouble running node install.js.
Error throws: "This is most likely a problem with the nodegit package,
npm ERR! not with npm itself."
Does anyone else have this issue?

Thanks

Can you show me what error.
And you probably should run apm install instead.
On Apr 9, 2014 2:43 AM, "Cody J Landstrom" notifications@github.com wrote:

Hi,
First off, awesome idea and I'm excited to try it out.

I don't think this is an issue here, but I'm having trouble running node
install.js.
Error throws: "This is most likely a problem with the nodegit package,
npm ERR! not with npm itself."
Does anyone else have this issue?

Thanks

Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

oops, I used to depend on nodegit, but not anymore, which need cmake that cause this problem.
this should be solved in commit 2915b3a

Yep, installs fine.
Thanks!