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
2015-05-22doc: further API wordsmithingForrest L Norvell
2015-05-22doc: warn about the use of the APIClay Carpenter
2015-05-20doc: use syntax highlighting in readmeSimen Bekkhus
2015-04-02doc: npmjs.com -> install.shForrest L Norvell
2015-03-27doc: mention node_modules\npm on WindowsMichiel Sikma
Add a reference to the `node_modules\npm` directory (which is where npm's files end up after installing node), and remove the reference to v1.4.28 since all latest releases also come in a zip file. See #7636.
2015-02-13Fix spelling error in READMEAnthony Zotti
Line 176 uses the word "warrantee" where the word "warranty" should be used instead. According to http://grammarist.com/, "A warrantee is someone to whom a warranty is given. A warranty is a guarantee given by a company to a purchaser stating that a product will meet certain requirements during a given time." It may seem like I am nitpicking, but I believe this is worth attention considering this word misuse is occurring in the legal section of the README, which can potentially open this open source project up to legal loop holes in the future is someone were so inclined.
2014-12-19remove google user groupRobert Kowalski
as far as i know it is not used since years
2014-12-19remove recommendation to run as root from READMERobert Kowalski
2014-12-12update the dist url to point to github releases pagelinclark
2014-12-12update npmjs.org to npmjs.com in docslinclark
2014-12-12npm is a nice JavaScript package managerForrest L Norvell
2014-11-08README.md: link to Windows upgrade instructionssmikes
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