404

[ Avaa Bypassed ]




Upload:

Command:

botdev@52.15.57.203: ~ $
.TH "NPM" "1" "August 2020" "" ""
.SH "NAME"
\fBnpm\fR \- a JavaScript package manager
.P
Build Status \fIhttps://img\.shields\.io/travis/npm/cli/latest\.svg\fR \fIhttps://travis\-ci\.org/npm/cli\fR
.SH SYNOPSIS
.P
This is just enough info to get you up and running\.
.P
Much more info will be available via \fBnpm help\fP once it's installed\.
.SH IMPORTANT
.P
\fBYou need node v6 or higher to run this program\.\fR
.P
To install an old \fBand unsupported\fR version of npm that works on node v5
and prior, clone the git repo and dig through the old tags and branches\.
.P
\fBnpm is configured to use npm, Inc\.'s public registry at
https://registry\.npmjs\.org by default\.\fR Use of the npm public registry
is subject to terms of use available at https://www\.npmjs\.com/policies/terms\|\.
.P
You can configure npm to use any compatible registry you
like, and even run your own registry\. Check out the doc on
registries \fIhttps://docs\.npmjs\.com/misc/registry\fR\|\.
.SH Super Easy Install
.P
npm is bundled with node \fIhttps://nodejs\.org/en/download/\fR\|\.
.SS Windows Computers
.P
Get the MSI \fIhttps://nodejs\.org/en/download/\fR\|\.  npm is in it\.
.SS Apple Macintosh Computers
.P
Get the pkg \fIhttps://nodejs\.org/en/download/\fR\|\.  npm is in it\.
.SS Other Sorts of Unices
.P
Run \fBmake install\fP\|\.  npm will be installed with node\.
.P
If you want a more fancy pants install (a different version, customized
paths, etc\.) then read on\.
.SH Fancy Install (Unix)
.P
There's a pretty robust install script at
https://www\.npmjs\.com/install\.sh\|\.  You can download that and run it\.
.P
Here's an example using curl:
.P
.RS 2
.nf
curl \-L https://www\.npmjs\.com/install\.sh | sh
.fi
.RE
.SS Slightly Fancier
.P
You can set any npm configuration params with that script:
.P
.RS 2
.nf
npm_config_prefix=/some/path sh install\.sh
.fi
.RE
.P
Or, you can run it in uber\-debuggery mode:
.P
.RS 2
.nf
npm_debug=1 sh install\.sh
.fi
.RE
.SS Even Fancier
.P
Get the code with git\.  Use \fBmake\fP to build the docs and do other stuff\.
If you plan on hacking on npm, \fBmake link\fP is your friend\.
.P
If you've got the npm source code, you can also semi\-permanently set
arbitrary config keys using the \fB\|\./configure \-\-key=val \.\.\.\fP, and then
run npm commands by doing \fBnode bin/npm\-cli\.js <command> <args>\fP\|\.  (This is helpful
for testing, or running stuff without actually installing npm itself\.)
.SH Windows Install or Upgrade
.P
Many improvements for Windows users have been made in npm 3 \- you will have a better
experience if you run a recent version of npm\. To upgrade, either use Microsoft's
upgrade tool \fIhttps://github\.com/felixrieseberg/npm\-windows\-upgrade\fR,
download a new version of Node \fIhttps://nodejs\.org/en/download/\fR,
or follow the Windows upgrade instructions in the
Installing/upgrading npm \fIhttps://npm\.community/t/installing\-upgrading\-npm/251/2\fR post\.
.P
If that's not fancy enough for you, then you can fetch the code with
git, and mess with it directly\.
.SH Installing on Cygwin
.P
No\.
.SH Uninstalling
.P
So sad to see you go\.
.P
.RS 2
.nf
sudo npm uninstall npm \-g
.fi
.RE
.P
Or, if that fails,
.P
.RS 2
.nf
sudo make uninstall
.fi
.RE
.SH More Severe Uninstalling
.P
Usually, the above instructions are sufficient\.  That will remove
npm, but leave behind anything you've installed\.
.P
If you would like to remove all the packages that you have installed,
then you can use the \fBnpm ls\fP command to find them, and then \fBnpm rm\fP to
remove them\.
.P
To remove cruft left behind by npm 0\.x, you can use the included
\fBclean\-old\.sh\fP script file\.  You can run it conveniently like this:
.P
.RS 2
.nf
npm explore npm \-g \-\- sh scripts/clean\-old\.sh
.fi
.RE
.P
npm uses two configuration files, one for per\-user configs, and another
for global (every\-user) configs\.  You can view them by doing:
.P
.RS 2
.nf
npm config get userconfig   # defaults to ~/\.npmrc
npm config get globalconfig # defaults to /usr/local/etc/npmrc
.fi
.RE
.P
Uninstalling npm does not remove configuration files by default\.  You
must remove them yourself manually if you want them gone\.  Note that
this means that future npm installs will not remember the settings that
you have chosen\.
.SH More Docs
.P
Check out the docs \fIhttps://docs\.npmjs\.com/\fR\|\.
.P
You can use the \fBnpm help\fP command to read any of them\.
.P
If you're a developer, and you want to use npm to publish your program,
you should read this \fIhttps://docs\.npmjs\.com/misc/developers\fR\|\.
.SH BUGS
.P
When you find issues, please report them:
.RS 0
.IP \(bu 2
web:
https://npm\.community/c/bugs

.RE
.P
Be sure to include \fIall\fR of the output from the npm command that didn't work
as expected\.  The \fBnpm\-debug\.log\fP file is also helpful to provide\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm(1)
.IP \(bu 2
npm\-help(1)

.RE

Filemanager

Name Type Size Permission Actions
npm-README.1 File 4.77 KB 0644
npm-access.1 File 2.99 KB 0644
npm-adduser.1 File 3.12 KB 0644
npm-audit.1 File 4.39 KB 0644
npm-bin.1 File 379 B 0644
npm-bugs.1 File 1.05 KB 0644
npm-build.1 File 639 B 0644
npm-bundle.1 File 410 B 0644
npm-cache.1 File 2.76 KB 0644
npm-ci.1 File 2 KB 0644
npm-completion.1 File 960 B 0644
npm-config.1 File 1.62 KB 0644
npm-dedupe.1 File 1.46 KB 0644
npm-deprecate.1 File 952 B 0644
npm-dist-tag.1 File 3.18 KB 0644
npm-docs.1 File 1.14 KB 0644
npm-doctor.1 File 4.84 KB 0644
npm-edit.1 File 1.07 KB 0644
npm-explore.1 File 1.11 KB 0644
npm-fund.1 File 1.68 KB 0644
npm-help-search.1 File 926 B 0644
npm-help.1 File 965 B 0644
npm-hook.1 File 2.05 KB 0644
npm-init.1 File 2.37 KB 0644
npm-install-ci-test.1 File 297 B 0644
npm-install-test.1 File 755 B 0644
npm-install.1 File 19.63 KB 0644
npm-link.1 File 2.8 KB 0644
npm-logout.1 File 1.25 KB 0644
npm-ls.1 File 2.79 KB 0644
npm-org.1 File 1.09 KB 0644
npm-outdated.1 File 4.28 KB 0644
npm-owner.1 File 1.21 KB 0644
npm-pack.1 File 986 B 0644
npm-ping.1 File 509 B 0644
npm-prefix.1 File 618 B 0644
npm-profile.1 File 3.49 KB 0644
npm-prune.1 File 1.43 KB 0644
npm-publish.1 File 3.14 KB 0644
npm-rebuild.1 File 465 B 0644
npm-repo.1 File 773 B 0644
npm-restart.1 File 957 B 0644
npm-root.1 File 374 B 0644
npm-run-script.1 File 3.69 KB 0644
npm-search.1 File 3.11 KB 0644
npm-shrinkwrap.1 File 848 B 0644
npm-star.1 File 544 B 0644
npm-stars.1 File 539 B 0644
npm-start.1 File 748 B 0644
npm-stop.1 File 382 B 0644
npm-team.1 File 2.26 KB 0644
npm-test.1 File 399 B 0644
npm-token.1 File 3.68 KB 0644
npm-uninstall.1 File 1.63 KB 0644
npm-unpublish.1 File 1.38 KB 0644
npm-update.1 File 3.73 KB 0644
npm-version.1 File 4.84 KB 0644
npm-view.1 File 3.26 KB 0644
npm-whoami.1 File 342 B 0644
npm.1 File 5.53 KB 0644
npx.1 File 6.7 KB 0644