Benedikt Werner
c086248e05
Fix "<user>" -> "<user>"
2021-06-23 20:34:59 +02:00
Corey Butler
27cb81eb79
Merge pull request #582 from ThisNameNotUsed/master
...
Put step in top-down reading order.
2021-06-07 17:31:39 -05:00
Corey Butler
e0e4bbd3d9
Merge branch 'master' into master
2021-06-07 17:31:27 -05:00
Corey Butler
3609de70c0
Merge pull request #628 from tathamoddie/patch-1
...
readme: update install path references
2021-06-07 17:15:02 -05:00
Corey Butler
beb00822ee
Merge pull request #640 from toureholder/patch-1
...
Update README.md
2021-06-07 17:13:57 -05:00
Touré Holder
d9bfb9dfc1
Update README.md
...
Update version of npm docs referenced
2021-05-11 11:19:24 -03:00
Tatham Oddie
4410be9387
readme: update install path references
...
Fix incorrectly encoded "<" and ">"
Use system-agnostic special folder paths
2021-03-08 13:41:55 +11:00
Thomas Kutzner
db9ce01ddc
Put steps in order. MY FIRST OPEN SOURCE CONTRIB!!
2020-11-10 10:22:19 -08:00
Corey Butler
061902359c
Update README.md
2020-11-04 23:25:13 -06:00
Corey Butler
42326fc88d
Update README.md
2020-11-04 23:18:43 -06:00
Corey Butler
955a5459e5
Update README.md
...
Add link to manual installation steps. Closes #577 .
2020-11-04 23:12:43 -06:00
Corey Butler
d2a5a6715a
Update README.md
...
Updated, per recommendation in #566 .
2020-09-19 17:58:14 -05:00
Corey Butler
c5eea81926
Update FUNDING.yml
2020-08-28 15:18:24 -05:00
Corey Butler
df676f89fe
Create SUPPORT.md
2020-08-28 15:17:53 -05:00
Corey Butler
d9296762d0
Update README.md
2020-08-27 17:35:38 -05:00
Corey Butler
eccf6ea2e9
Update ISSUE_TEMPLATE
2020-08-27 17:00:16 -05:00
Corey Butler
58352bb842
Update README.md
2020-08-27 13:48:04 -05:00
Corey Butler
4ea3bc0c13
Added sponsors
2020-04-01 11:30:15 -05:00
Corey Butler
fa9b90a77a
Merge pull request #511 from rbuckton/patch-1
...
Do not elevate unless necessary
2020-03-25 13:20:46 -05:00
Corey Butler
1224235c77
Merge pull request #521 from coffee-converter/feature/fix-nodejs-download-url
...
Fixes url to the complete list of nodejs downloads
2020-03-20 09:44:18 -05:00
Coffee Converter
932ab921ee
Fixes url to the complete list of nodejs downloads
2020-03-20 04:07:50 -05:00
Corey Butler
1b2c2ca3d4
Merge pull request #488 from xmedeko/patch-1
...
README.md Uninstall existing npm - backup the global config
2020-03-19 16:24:40 -05:00
Ondra Medek
6a295ef178
README.md Uninstall existing npm - backup the global config
2020-03-19 16:33:47 +01:00
Ron Buckton
dc918c4e42
Do not elevate unless necessary
...
This changes `elevate.cmd` to first try to execute the requested command *without* elevation. If the command failed (i.e., `ERRORLEVEL` was non-zero), then retry the command with elevation.
Fixes #510
2020-02-11 11:57:24 -08:00
Corey Butler
88353cfcea
Update nvm.go
2019-12-27 09:04:15 -06:00
Corey Butler
6b8eea5158
Update FUNDING.yml
2019-12-26 20:12:53 -06:00
Corey Butler
9fdf4aa88d
Update README.md
2019-12-03 23:07:57 -06:00
Corey Butler
70b77908af
Merge pull request #498 from ryanclarke/patch-1
...
Update path to npm install
2019-12-03 23:05:34 -06:00
Ryan Clarke
778fccd5ee
Update path to npm install
...
For some reason Github Flavored Markdown can't handle back slashes and angle brackets.
BAD: `Users\<user>\AppData` becomes `Users<user\AppData`
BAD: `Users\\<user>\AppData` becomes `Users\\AppData`
BAD: `Users\<user>\AppData` becomes `Users<user>\AppData`
OK: `Users\\<user>\AppData` becomes `Users\<user>\AppData`
2019-12-03 17:55:11 -05:00
Corey Butler
d83f76a787
Update ISSUE_TEMPLATE
2019-11-25 16:53:31 -06:00
Corey Butler
2e0c102e5f
Update CONTRIBUTING.md
2019-11-25 16:51:47 -06:00
Corey Butler
9cefbae5a3
Update README.md
...
Closes #492 .
2019-11-25 16:50:51 -06:00
Corey Butler
5892ea5d63
Merge pull request #489 from GitTom/patch-1
...
Convert ambiguous date into standard format.
2019-11-15 00:27:13 -06:00
Tom
18eda8195a
Convert ambiguous date into ISO standard format.
...
Sorry to be picky, but I got bitten by some ambiguous date format problems recently so...
The date I am converting (9/6/19) is Sep 6th if it is in US format and is June 9th for all other English speaking countries (I'm highlighting English countries only because this text is in English). I determined that it is US format by looking at the date of the commit.
I suggest that stuff like this use [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601 ) format because it is unambiguous, it is popular amongst developers, it is getting wider adoption, and it is a great format! Thanks.
2019-11-14 16:41:01 -05:00
Corey Butler
15c5743f9c
Update README.md
2019-09-06 19:39:22 -05:00
Corey Butler
cbcd539a96
Update README.md
2019-08-17 15:36:15 -05:00
Corey Butler
7ff787aa15
Update README.md
2019-08-15 15:11:51 -05:00
Corey Butler
8a362e4791
Update README.md
2019-08-15 15:10:59 -05:00
Corey Butler
0c58b2eed8
Fixed a typo.
2019-06-29 23:13:19 -05:00
Corey Butler
e9093356e6
Merge pull request #451 from alkuzad/alkuzad-patch-1
...
Define that NVM_PATH is for nvm
2019-06-26 20:19:17 -05:00
Corey Butler
58eee030f4
Merge pull request #452 from mikemaccana/patch-1
...
Make admin prompt, need to uninstall old node/npm more obvious
2019-06-26 20:17:28 -05:00
Mike MacCana
d463141d83
Make admin prompt, need to uninstall old npde/npm more obvious
...
Just adding some headings etc
2019-06-26 15:41:41 +01:00
Dawid Gosławski
0a1f322c6a
Define that NVM_PATH is for nvm
2019-06-26 10:13:34 +02:00
Corey Butler
51de9564a2
Create FUNDING.yml
2019-06-14 15:01:08 -05:00
Corey Butler
0d5e2c7a2f
Merge pull request #419 from isakvik/master
...
os.Rename() - "Access is denied" error when moving npm from temp folder is swallowed
2019-02-01 10:27:36 -06:00
Isak Hjertenes Vik
42fd4a63db
Uses correct path when moving npm from temp folder to node_modules + error handling
2019-02-01 17:07:08 +01:00
Corey Butler
21f36f218a
Update README.md
2018-12-22 11:25:50 -06:00
Corey Butler
0a258f810d
Merge pull request #387 from hn3000/master
...
executables should be binary
2018-08-31 09:55:00 -05:00
Harald Niesche
10275c7622
executables should be binary
2018-08-31 15:11:59 +02:00
Corey Butler
72754b3c33
Updated build tools. Now supports links to elevate.cmd and elevate.vbs when using nvm root ( fixes #381 ).
2018-08-29 21:44:05 -05:00