Created
August 21, 2014 22:26
-
-
Save mrowe/e7ef918461a57e66a7ec to your computer and use it in GitHub Desktop.
Installing npm on a new Ubuntu box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vagrant@ubuntu-14:~$ sudo apt-get install npm | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| The following extra packages will be installed: | |
| build-essential g++ g++-4.8 gyp javascript-common libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc libstdc++-4.8-dev | |
| libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-archy node-async node-block-stream node-combined-stream node-cookie-jar | |
| node-delayed-stream node-forever-agent node-form-data node-fstream node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs | |
| node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream | |
| node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once node-osenv node-qs node-read node-read-package-json node-request | |
| node-retry node-rimraf node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent node-which nodejs nodejs-dev | |
| python-pkg-resources zlib1g-dev | |
| Suggested packages: | |
| g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg apache2 lighttpd httpd libstdc++-4.8-doc node-hawk node-aws-sign | |
| node-oauth-sign node-http-signature python-distribute python-distribute-doc | |
| The following NEW packages will be installed: | |
| build-essential g++ g++-4.8 gyp javascript-common libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc libstdc++-4.8-dev | |
| libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-archy node-async node-block-stream node-combined-stream node-cookie-jar | |
| node-delayed-stream node-forever-agent node-form-data node-fstream node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs | |
| node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream | |
| node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once node-osenv node-qs node-read node-read-package-json node-request | |
| node-retry node-rimraf node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent node-which nodejs nodejs-dev npm | |
| python-pkg-resources zlib1g-dev | |
| 0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded. | |
| Need to get 13.6 MB of archives. | |
| After this operation, 52.2 MB of additional disk space will be used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment