Node package manager Maintained by:sunpoet@FreeBSD.org Port Added: 08 May 2012 03:59:24 License: MIT
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
WWW: http://npmjs.org/
WWW: https://github.com/isaacs/npm
To install the port:cd /usr/ports/www/npm/ && make install clean To add the package:pkg_add -r npm
Configuration Options
===> The following configuration options are available for npm-1.2.18:
NODE_DEVEL=off: Use www/node-devel instead of www/node
===> Use 'make config' to modify these settings
- Add npm 1.1.21
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
WWW: http://npmjs.org/
WWW: https://github.com/isaacs/npm