Failed to install Granite.js into Node.js
Hi,
I tried to install Granite.js into node.js using npm, but the installation fails by running into an infinite loop. The slash symbol is rotating for ever!
I used following command: sudo npm install "path to the folder".
I checked the .npm folder and compared it with the folder node_modules of Granite.js . The module node-mk is missing.
In the README of node-mk, I found the information that you need node-gyp (https://github.com/TooTallNate/node-gyp) to install node-mk. I also installed it, but next attempt ended with same result: Infinite loop.
NPM version: 1.4.21 / MAC
Granite.js: 0.0.1for Mac x64 from the Package Share
How to install Granite.js with npm?
Kind Regards
Patrick