Closed joshgarde closed 8 years ago
Ah, bug with npm2. Fix: Update to npm3.
MacPorts updated their repo recently to include npm3 so it's pretty much
sudo port selfupdate && sudo port uninstall npm2 && sudo port install npm3
Could you be able to do a pull-request adding a 'engines' entry on the package.json file? El 8/7/2016 1:39 AM, "joshgarde" notifications@github.com escribió:
Closed #5 https://github.com/NodeOS/nodeos-barebones/issues/5.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NodeOS/nodeos-barebones/issues/5#event-716436010, or mute the thread https://github.com/notifications/unsubscribe/AAgfvm1SDK7ntuvNpYWAJHGxokO6S4Bjks5qTY4ugaJpZM4JHmAp .
It'll be part of the OS X pull request
When running
npm install
, the qemu install doesn't download the prebuilt release.The same problem seems to affect the cross-toolchain installation
But removing qemu from the dependencies list seems to solve the problem for nodeos-cross-toolchain
And installing qemu standalone works fine
Any thoughts?