Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-21update docs, fixes #4343timoweiss
2014-09-13added links to node.js download pagePeter Richardson
2014-04-18Give example curl script for installation.Alex Ford
Added a simple example of installing npm by itself via curl. This helps solve [an issue](Homebrew/homebrew#27479) with the node homebrew formula where users will want a simple way to install npm after installing node. Homebrew maintainers would rather see this curl example in the npm README rather than directly in the node formula. It also just helps in general to have an example when users find the npm README and want to use the shell script.
2014-04-10update tap tests to hit no external dependencies.bcoe
2014-03-19Update Readme.md install.sh urlyoyoyogi
Update the `Fancy Install URL` with www to avoid potential confusion when attempting to download directly with clients that won't follow redirects
2014-02-17docs: More npm, Inc. copy updatesisaacs
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2013-08-20remove mention of MIT license in READMEisaacs
2013-08-01doc: Correct links in READMEisaacs
2013-06-10document that 0.8 is needed for npmRobert Kowalski
2013-02-22README: Code-ify code sectionsisaacs
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-08-08update readme for modified install instructionsisaacs
2012-06-16README: Remove the bit about the submodulesisaacs
2011-11-27Make readme a bit more accurateisaacs
2011-11-20Update the README with better permission windows stuffisaacs
2011-10-25Update install instructionsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-04Update the %PATH% stuff properly in readmeisaacs
2011-10-03Correct git crt pathisaacs
2011-10-03Update node version requirement for Windowsisaacs
2011-10-03Update windows install instructionsisaacs
2011-09-26Merge remote branch 'deanlandolt/winbin' into winbinisaacs
Conflicts: lib/utils/mkdir-p.js lib/utils/output.js
2011-09-09Clearer 'where to sudo' instructionsisaacs
2011-09-09Add some see-also links to npm-index(1)isaacs
2011-09-08Add 'curl|sudo sh' instructionsisaacs
2011-09-07a few windows install instruction fixesDean Landolt
2011-09-07add some ghetto windows install instructionsDean Landolt
2011-09-04Add README as proper html/manpage docisaacs
2011-09-04Don't suggest how to use old versionsisaacs
People are too eager to copy and paste the first code block they see.
2011-09-04Fold the README into the html doc buildisaacs
Sadly, this means turning off syntax highlighted code blocks, until ronn has a markdown implementation that supports them.
2011-08-23Avoid git going "error: RPC failed; result=22, HTTP code = 417"Conny Brunnkvist
2011-07-30Confusion about args vs confisaacs
2011-06-28Config removal instructionsisaacs
2011-06-04Added syntax highlighting for codeblocks (README.md).Zearin
2011-05-01Add clean=yes/no instructions to READMEisaacs
2011-05-01correct readme for 1.0isaacs
2011-04-25README updates. Legalese, proper instructions, etc.isaacs
2011-04-24Add npm removal instructionsisaacs
2011-03-22Add note about 1.0isaacs
2011-03-22update readme for 1.0isaacs
2011-02-21Closes GH-623 correct branch checkout instructionisaacs
2011-02-15readme++isaacs
2011-02-14Update about node versionsisaacs
2011-02-13Closes GH-578 Fix submodule commandisaacs
2011-02-12add submodule startup thing to READMEisaacs
2011-02-08Readme had a bugisaacs
2011-02-08change readme to suggest root usageisaacs
2010-12-31Fix small whitespace quibble in `Uninstalling` section of README.Evan Meagher
2010-12-16require 0.2.3 or higher of nodeisaacs