Erik Lilja
8542df4ac5
[New] add support for `$XDG_CONFIG_HOME`
7 years ago
Daniel Li
e06f735776
Improve Bash alias
...
This will take into account nested directories inside your main project
directory
7 years ago
Daniel Li
355c4c7915
[Docs] Add section on automatic `nvm use` in Bash
7 years ago
JBallin
41dc4218b9
[Docs] add --no-use option to installation
7 years ago
SrHuevo
d08d8607f5
fix for .nvmrc script
7 years ago
Jay Williams
e7b53a01fd
Grammar update
7 years ago
Siddharth Sakhadeo
b81c120e0c
fix failing if check in autoload script
7 years ago
Josh Sleeper
04c27e23fe
add --tags to git fetch in manual upgrade
...
facilitates older `git` fetching tags so that it can actually upgrade properly
7 years ago
Jordan Harband
93990ab7da
v0.33.11
7 years ago
Jordan Harband
177a9673a7
v0.33.10
7 years ago
Jordan Harband
1b14e6b4d9
v0.33.9
7 years ago
Peter Dave Hello
d9dc8464fd
[Doc] Add macOS install script note about Git
...
Closes #1782
7 years ago
Peter Dave Hello
8ff437ae51
[Doc] Fix manual install & upgrade guide, fix #1772
7 years ago
Ed Reel
663bddee9b
[docs] Add removal instructions to README.md
...
Closes #1767 .
7 years ago
Guy Lepage
bc87d3dd1c
removed global install on README.md. closes #1773
7 years ago
Peter Dave Hello
2850e65b62
[Docs] Fix some typos
7 years ago
Josh Soref
2859a19bbd
[Docs] fix spelling
7 years ago
Peter Dave Hello
750571056c
[Fix] Correct most of the wrong indentation
7 years ago
Peter Dave Hello
9f34b3e95c
Remove trailing space
7 years ago
Peter Dave Hello
225e447b54
[Doc] Update Docker image build info in README.md
7 years ago
Christoph Krautz
74f455e610
[Docs] Add reminder that NVM_DIR should not contain trailing slash, fix for #1708
7 years ago
Karthik K
f5b5f2d41d
[copyright] year to 2010 obsoleting future updations
7 years ago
Yannick Ihmels
7ca8acc98d
[Docs] [Tests] Add escape sequences; add test for aliased `.`
7 years ago
Jordan Harband
3e81904525
Update minimum git version to v1.17.10
...
Per https://github.com/creationix/nvm/pull/1704#discussion_r161366186
7 years ago
p-salido
9273f23bc8
[Docs] Explain `.nvmrc` better
7 years ago
Jordan Harband
7ad6d98ced
v0.33.8
7 years ago
Jordan Harband
65f0572bdc
v0.33.7
...
Fixes
- fix unassigned variable (#1665 , #1664 )
- Fix for $path used by zsh (#1669 )
- `set -u`: ensure `NVM_USE_OUTPUT` is always set (#1671 )
- `install.sh`: Fix a bug that block that installation of node in install.sh (#1676 )
- `nvm install-latest-npm`: fix node 4-4.6
Documentation
- Make `nvm cache clear` message less ambiguous (#1644 )
- Added missing piece (#1658 )
7 years ago
David Gatti
a7b7eec0c5
[Docs] Added missing piece
...
This sentence broke my brain when I read it the first time :) I hope this helps.
7 years ago
Jordan Harband
b546436113
v0.33.6
7 years ago
Darío Hereñú
016bc134d5
Typo
7 years ago
Christopher Beland
a954458829
[Docs] Improve git installation instructions
7 years ago
Jordan Harband
6597e11971
v0.33.5
7 years ago
Peter Dave Hello
7753b24948
[Docs] Update README.md for Alpine linux reference
...
Add 4 packages as Alpine Linux wiki suggested:
(grep util-linux binutils findutils)
https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working
8 years ago
Jordan Harband
d91b6197f3
v0.33.4
8 years ago
Jordan Harband
6f19babbff
v0.33.3
8 years ago
GeekBlogTV
b3bdbb2712
[Docs] updated to reflect current script output
8 years ago
Mike Ferrari
6921adb2f4
[Docs] add note about Linux troubleshooting
8 years ago
Peter Dave Hello
f37ddea78f
[Docs] Fix typos in Docker instructions
8 years ago
Peter Dave Hello
3ac49e5ef1
[New] Introduce Docker environment for nvm
8 years ago
Shiva Bhusal
d2644b22f9
[Docs] Install script - Improve installation guide
...
If installation is prompted to be successful, yet `which nvm` command returns `not found` then you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
8 years ago
Jordan Harband
3497474fef
[Docs] move the install script to the top; put the notes in a separate section.
8 years ago
Weston Ganger
7f3145bc98
[New] add support for `$NVM_DIR/default-packages` file
8 years ago
Jordan Harband
0a95e77000
v0.33.2
8 years ago
Piper Chester
964c7b3115
[Docs] README.markdown → README.md
8 years ago
Peter Dave Hello
bee7b9970e
[Docs] Remove archlinux python tips in "Problems"
...
This is not working at all.
8 years ago
Peter Dave Hello
f38d21c529
[Docs] Improve "Problems" README section readability
8 years ago
Jordan Harband
ec2b02e187
npm run doctoc
8 years ago
rouzbeh84
0f25994c8e
[Docs] git install update
...
- added git as the last method before full manual install.
- added the directory on `git clone` command
- added the `git checkout v0.33.1` as the -v gets updated automatically
8 years ago
Piper Chester
65aedc105a
[Docs] capitalize C++
8 years ago
Peter Dave Hello
7bd7a35cb2
[Docs] Improve nvm usage examples
...
Correct two double [tab] and try to improve its readability
8 years ago