Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Quickstart

Эта статья нуждается в техническом обзоре. Как вы можете помочь.

Эта статья нуждается в редакционном обзоре. Как вы можете помочь.

npm - JavaScript Package Manager

npm

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.

Easy Zero Line Install

Install Node.js
(npm comes with it.)

Because a one-line install is one too many.

Fancy Install

  1. Get the code.
  2. Do what the README says to do.

There's a pretty thorough install script at https://npmjs.org/install.sh

For maximum security, make sure to thoroughly inspect every program that you run on your computer!

Other Cool Stuff

Метки документа и участники

 Внесли вклад в эту страницу: jwhitlock, aadm2014, techfreebox
 Обновлялась последний раз: jwhitlock,