Commit Graph

27 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
Jeremy Aza d4b1527eae
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install

* npm, nvm: add Spanish translation

* nvm: add Spanish translations to the commands

* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation

* choco, clear, cmd, del, dir, mkdir: add Spanish translation

* helm-*: update Spanish translation

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.es/common: update pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.es/windows: update pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-28 00:13:16 +05:30
Nicolas Kosinski fcab942a24
npm: favor 'package' over 'module' (#10924)
As I understand the documentation, 'module' is more specific:
https://docs.npmjs.com/about-packages-and-modules

Note that the 'package' term is used in CLI help:

	$ npm install --help
	Install a package

	Usage:
	npm install [<package-spec> ...]
2023-10-11 09:33:22 +02:00
Nicolas Kosinski 67de197e7b
npm: describe implicit 'latest' version (#10925) 2023-10-11 09:32:21 +02:00
Axel Navarro c2c16f61ac
*: use author link instead of npm package (#7730) 2022-02-02 15:43:21 -03:00
Seth Falco 3e4c519004
*: fix errors reported by languagetool (#6069) 2021-08-15 19:59:09 +02:00
Nicolas Kosinski 1fe05c4e59
npm: use long argument --global (#5880) 2021-05-04 09:26:22 +02:00
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00
Marco Bonelli 66abb98ce9 Refactor: reword English pages' links' descriptions. 2019-06-03 14:19:41 +02:00
Kyle Warneck 2c6e7f7c20 npm: revised description of npm list 2019-03-13 09:12:11 +05:30
Kyle Warneck 5f5cd8759e npm: remove unncessary --save flag. simplify descriptions
removes unnecssary --save flag (added by default in npm > 5).
Adds an example that installs a package wihtout a version since thats a simpler case.
Moves the global install example down the page since it's a more complicated case
Switch to the longversion of global option (`--global`) instead of `-g` to comply with styleguide
Simplified description of adding dependency
Switched from the terms "dependency" and "module" to "package" where possible since package is more idiomatic in this context.

Remove `npm list --global` example to keep page under 8 example limit
2019-03-13 09:12:11 +05:30
Starbeamrainbowlabs a19866e88a
multiple pages: add homepages (#2660) 2019-01-30 11:19:23 +00:00
Starbeamrainbowlabs 45ec3033c0
Revert "multiple pages: add homepages"
This reverts commit 347e557303.
2018-12-19 23:33:18 +00:00
Starbeamrainbowlabs 347e557303
multiple pages: add homepages 2018-12-19 23:29:00 +00:00
Agniva De Sarker 88289e54be
fix minor grammatical issue 2017-11-23 11:41:06 +05:30
Raymond Douglas 5b9848dc64
npm.md: additional module listing use case
Made changes per suggestions by agnivade.
2017-11-22 22:06:43 -08:00
Raymond Douglas b5d71ae196
Update npm.md 2017-11-22 15:57:36 -08:00
Raymond Douglas 91c6744c1e
npm.md: additional module listing use case
Added a use case for listing all globally installed modules with a tree depth of 0.
2017-11-22 15:56:00 -08:00
Livio Bieri 9f182ee686 Update npm.md 2016-05-05 16:13:29 +02:00
Livio Bieri 9dc3893c59 Add npm install --save-dev 🐖
Am I the only one who always forgets if it's --saveDev or --save-dev? My suggestions add --save-dev too. 💩
2016-05-04 10:46:42 +02:00
Igor Shubovych f785b8d431 npm: move 'npm install -g' to the top 2016-01-30 18:15:22 +02:00
Igor Shubovych 7692a0d13a npm: removed some examples and added others 2016-01-30 15:05:05 +02:00
Ruben Vereecken 066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Leandro Ostera ca2378a30a Merge pull request #480 from sonph/patch-1
Add npm -g option
2015-12-30 21:22:17 +01:00
Son A. Pham 36f1b3ec72 Add npm -g option 2015-12-30 13:54:13 -06:00
Waldir Pimenta 0c373e9db7 minor grammar fix: remove comma 2015-12-30 14:53:38 +00:00
Artem Szubowicz 5222aac447 Update npm.md
Added cleanup
2015-12-30 14:10:04 +01:00
rprieto f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00