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}}")
 
mNo edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Warning|node.js needs an update. The latest release is v0.8.18.}}
 


= Installation of node.js =
= Installation of node.js =
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 ==
{| cellpadding="5" border="1" class="wikitable"
|-
! Package
! AKP name
! Status
|-
| node.js
| nodejs
| x
|-
| waf
| nodejs-waf
| -
|-
| ini
| nodejs-ini
| -
|-
| minimatch
| nodejs-minimatch
|
|-
| nopt
| nodejs-nopt
| -
|-
| proto-list
| nodejs-proto-list
| -
|-
|
| nodejs-slide-flow-control
|
|-
| which
| nodejs-which
|
|-
|
| nodejs-block-stream
|
|-
|
| nodejs-fast-list
|
|-
| fstream
| nodejs-fstream
|
|-
| [http://search.npmjs.org/#/inherits inherits]
| nodejs-inherits
| x
|-
| mkdirp
| nodejs-mkdirp
|
|-
| [http://search.npmjs.org/#/read read]
| nodejs-read
| x
|-
| [http://search.npmjs.org/#/tar tar]
| nodejs-tar
| -
|-
| [http://search.npmjs.org/#/abbrev abbrev]
| nodejs-abbrev
|
|-
| rimraf
| nodejs-rimraf
|
|-
| node-uuid
| nodejs-node-uuid
|
|-
| graceful-fs
| nodejs-graceful-fs
|
|-
| request
| nodejs-request
|
|-
| semver
| nodejs-semver
|
|-
| [http://search.npmjs.org/#/2csv 2csv]
| nodejs-2csv
| x
|}

Revision as of 09:18, 22 January 2013

Warning: node.js needs an update. The latest release is v0.8.18.


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

Package AKP name Status
node.js nodejs x
waf nodejs-waf -
ini nodejs-ini -
minimatch nodejs-minimatch
nopt nodejs-nopt -
proto-list nodejs-proto-list -
nodejs-slide-flow-control
which nodejs-which
nodejs-block-stream
nodejs-fast-list
fstream nodejs-fstream
inherits nodejs-inherits x
mkdirp nodejs-mkdirp
read nodejs-read x
tar nodejs-tar -
abbrev nodejs-abbrev
rimraf nodejs-rimraf
node-uuid nodejs-node-uuid
graceful-fs nodejs-graceful-fs
request nodejs-request
semver nodejs-semver
2csv nodejs-2csv x