User:Fab/Nodejs: Difference between revisions

From Alpine Linux
(Created page with " = Installation of node.js = {{Cmd|apk add nodejs}} = Testing node.js= {{Cmd|node -v v0.4.2}}")
 
No edit summary
Line 1: Line 1:




Line 10: Line 9:
{{Cmd|node -v
{{Cmd|node -v
v0.4.2}}
v0.4.2}}
= NPM  =
The [http://search.npmjs.org/ NPM registry] contains plenty of addons for node.js. npm is a package manager for node.js. It can be used to install additional stuff.
== Dependices of npm ==
<pre>
- nodejs
- nodejs-dev
- nodejs-waf
- nodejs-ini
- nodejs-minimatch
- nodejs-nopt
- nodejs-proto-list
- nodejs-slide-flow-control
- nodejs-which
- nodejs-block-stream
- nodejs-fast-list
- nodejs-fstream
- nodejs-inherits
- nodejs-mkdirp
- nodejs-read
- nodejs-tar
- nodejs-abbrev
- nodejs-rimraf
- nodejs-node-uuid
- nodejs-graceful-fs
- nodejs-request
- nodejs-semver
</pre>

Revision as of 14:50, 28 January 2012


Installation of node.js

apk add nodejs

Testing node.js

node -v v0.4.2

NPM

The NPM registry contains plenty of addons for node.js. npm is a package manager for node.js. It can be used to install additional stuff.

Dependices of npm

- nodejs
- nodejs-dev
- nodejs-waf
- nodejs-ini
- nodejs-minimatch
- nodejs-nopt
- nodejs-proto-list
- nodejs-slide-flow-control
- nodejs-which
- nodejs-block-stream
- nodejs-fast-list
- nodejs-fstream
- nodejs-inherits
- nodejs-mkdirp
- nodejs-read
- nodejs-tar
- nodejs-abbrev
- nodejs-rimraf
- nodejs-node-uuid
- nodejs-graceful-fs
- nodejs-request
- nodejs-semver