How can I install npm inside the Debian firewall? I am trying to do this, but it is not wotking.
vagrant @ packer-debian-7: ~ $ sudo apt-get install nodejs
Reading package lists ... Done
Creating a dependency tree
Reading status information ... Done
nodejs is already the newest version.
0 updated, 0 newly installed, 0 removed and 82 not updated.
vagrant @ packer-debian-7: ~ $ nodejs -v
v0.10.29
vagrant @ packer-debian-7: ~ $ sudo apt-get install npm
Reading package lists ... Done
Creating a dependency tree
Reading status information ... Done
E: Could not find npm package
vagrant @ packer-debian-7: ~ $ npm -v
- bash: npm: command not found
My operating system is Ubuntu
source share