You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
isaacs 1bf3a14353 Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
..
GubbleBum-Blocky.ttf Include NPM, update .pkg to install it. 13 years ago
README.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
adduser.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
author.html npm 1.1.0-alpha-5 13 years ago
bin.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
bugs.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
build.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
bundle.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
cache.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
changelog.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
coding-style.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
completion.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
config.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
deprecate.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
developers.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
disputes.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
docs.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
edit.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
explore.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
faq.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
find.html npm 1.1.0-alpha-5 13 years ago
folders.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
get.html npm 1.1.0-alpha-5 13 years ago
global.html npm 1.1.0-alpha-5 13 years ago
help-search.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
help.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
home.html npm 1.1.0-alpha-5 13 years ago
index.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
init.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
install.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
json.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
link.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
list.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
ln.html npm 1.1.0-alpha-5 13 years ago
ls.html npm 1.1.0-alpha-5 13 years ago
npm.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
outdated.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
owner.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
pack.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
prefix.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
prune.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
publish.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
rebuild.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
registry.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
removing-npm.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
restart.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
rm.html npm 1.1.0-alpha-5 13 years ago
root.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
run-script.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
scripts.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
search.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
semver.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
set.html npm 1.1.0-alpha-5 13 years ago
shrinkwrap.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
star.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
start.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
stop.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
style.css Include NPM, update .pkg to install it. 13 years ago
submodule.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
tag.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
test.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
uninstall.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
unpublish.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
update.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
version.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
view.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago
whoami.html Upgrade npm to 1.1.4 (minor bugfix) 13 years ago

README.html

<!doctype html>
<html>
<title>README</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">

<body>
<div id="wrapper">
<h1><a href="../doc/npm.html">npm</a></h1> <p>node package manager</p>

<h2 id="SYNOPSIS">SYNOPSIS</h2>

<p>This is just enough info to get you up and running.</p>

<p>Much more info available via <code>npm help</code> once it's installed.</p>

<h2 id="IMPORTANT">IMPORTANT</h2>

<p><strong>You need node v0.6 or higher to run this program.</strong></p>

<p>To install an old <strong>and unsupported</strong> version of npm that works on node 0.3
and prior, clone the git repo and dig through the old tags and branches.</p>

<h2 id="Super-Easy-Install">Super Easy Install</h2>

<p>npm comes with node now.</p>

<h3 id="Windows-Computers">Windows Computers</h3>

<p>Get the MSI. npm is in it.</p>

<h3 id="Apple-Macintosh-Computers">Apple Macintosh Computers</h3>

<p>Get the pkg. npm is in it.</p>

<h3 id="Other-Sorts-of-