Help:Node.js

From Wikitech

We gather here inteligences about Node.js & npm when running on wikimedia-labs.

Install

It's already here globally.

System npm -v node -v
ssh <username>@tools-login.wmflabs.org -y 1.1.39[1] v0.8.2
ssh <username>@trusty.tools.wmflabs.org -y 1.3.10 v0.10.25
your PC's shell with lastest releases 1.4.28 v0.10.33

Install packages

$npm install <module_name>.

If fails, unlock with : npm install npm -g --ca=""

References

  1. May cause this issue.