Removes npm package as it's bundled

pull/1355/head
Raul Ochoa 10 years ago
parent 4e8a88b520
commit c9c3afd631

@ -338,7 +338,7 @@ The tiler API and the SQL API are both [Node.js](http://nodejs.org) apps.
```bash
sudo add-apt-repository ppa:cartodb/nodejs-010
sudo apt-get update
sudo apt-get install nodejs npm
sudo apt-get install nodejs
```
We currently run our node apps against version 0.10. You can install [NVM](https://github.com/creationix/nvm)

Loading…
Cancel
Save