Open aldeka opened 9 years ago
Yep, there's a few reasons there. One is that my docs were sorta terrible.
Do another clone, I have a better readme with some proper instructions this time. The big issue you ran into that you copied/pasted all that output from is that my C++ module seems not to compile on OSX. I'm not sure why, but it was a very minor part of the presentation (just the silly demo on the last 3 slides after my thank you slide).
So I've removed that bit - so there's no reason to do an apm install anymore.
Anyway - I'm sitting here on my OSX machine running the install and setup, and everything checks out and runs for me. Sorry it was a bit ugly before!
After the talk yesterday, I cloned this repo in order to experiment with atom-shell. Installed Atom afresh, ran
bower install
with no problems. Butapm install
fails with the following log:I ran
npm install genericnodeaddon
to see if installing it separately would fix it; the npm install appeared to succeed:but then trying to run
apm install
again failed the same way as before. Unsure what to try next.I'm running OS X, 10.9.5.