I successfully installed HomeBrew, Node.js, and nearly have Grunt.js – I just have a few errors in npm and now I have a headache. 🙂
To be honest, I have been under the weather for a few days so the headache is unrelated, but it was fun. 🙂
Anyway here are the steps so far:
- http://mxcl.github.com/homebrew/
- https://gist.github.com/3182604
- http://shapeshed.com/setting-up-nodejs-and-npm-on-mac-osx/
- https://github.com/gruntjs/grunt#installing-grunt
The two errors I get to look at tomorrow are:
npm WARN prefer global node-gyp@0.7.1 should be installed with -g ronn@0.3.8 node_modules/ronn
and
npm WARN cannot run in wd npm@1.1.66 npm prune ; rm -rf test/*/*/node_modules ; make -j4 doc (wd=.)
Update: I fixed the first one (I think) by running
sudo npm install -g node-gyp
The second one doesn’t seem to be much of a problem.