Ubuntu server 12.04/nodejs

From Attie's Wiki
Revision as of 09:42, 6 October 2013 by Attie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It's tempting to do this, but don't:

apt-get install nodejs npm

Do This

WDIR=$(mktemp -d)
cd ${WDIR}
git clone git://github.com/joyent/node.git
cd node
./configure
make
# pause
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox