Jordan Harband
eed0d0e85c
[meta] add project charter and governance
4 years ago
Jordan Harband
fc87226b23
[readme] move License and Copyright notice sections to the bottom
4 years ago
Jordan Harband
f3caa06420
[meta] add OpenJS Foundation copyright notices/links
4 years ago
Jordan Harband
1527ac9d21
[readme] remove redundant "license" section text in favor of LICENSE.md
4 years ago
nmarghetti
f2582275f6
[New] maybe support Windows with WSL, MSYS, Cygwin
4 years ago
Leandro Facchinetti
5fcec573eb
[readme] Improve README about Macs with M1 chips
...
Mention that you must have Rosetta 2 installed and provide instructions on how to do it.
4 years ago
Jordan Harband
3fea5493a4
v0.38.0
4 years ago
Jonathan Perret
c26bd935c0
[readme] M1 macs: Add `nvm use` command to clarify that it is required
4 years ago
Jonathan Perret
621ccc5d13
Clarify the M1 shell instructions
...
The instructions seemed to encourage the misconception that `arch -x86_64 zsh` somehow modifies the default architecture for `zsh`, an operation which would need to be "reverted".
In fact, `arch -x86_64 …` merely spawns a new process under the selected architecture.
4 years ago
Andrew Shield
b19d8dbbba
[readme] Update source command to include s in zsh
4 years ago
Marcin Kłopotek
8884fd32f6
[readme] Add `nvs` as one of the Windows alternatives
...
Co-authored-by: Jordan Harband <ljharb@gmail.com>
4 years ago
Sladyn Nunes
25d2ebf2f8
[readme] add headings to certain sections
...
Fixes #2413 .
4 years ago
artforlife
216ccd62f7
[readme] add commands to help troubleshoot without closing the current shell
...
Co-authored-by: artforlife <artforlife@users.noreply.github.com>
Co-authored-by: Sladyn Nunes <sladynnunes98@gmail.com>
5 years ago
farmer
d9b11ba208
[readme] update `cdnvm` implementation
4 years ago
shiyutim
a5742d4e9e
[readme] add install error tips
4 years ago
David Zulaica
d5c1441a83
[readme] Update M1 macOS troubleshooting instructions
4 years ago
Arshath
0fad5ec575
[readme] quote asterisk in shell command on `--latest-npm` example
4 years ago
Matt Calthrop
49e806c77a
[readme] Add macOS troubleshooting instructions for M1 chip
4 years ago
hjoshi123
6982dee071
[Docs]: Updated README.md to include homebrew unsecure dirs warning
...
Closes #2361 .
4 years ago
Shiming
10399ed1bd
[Docs] source `./nvm.sh` instead of `nvm.sh`, for `zsh`
...
Fixes #2204 .
5 years ago
Jordan Harband
4b947ec92d
v0.37.2
4 years ago
Jordan Harband
661a702cdd
v0.37.1
4 years ago
Dena Burd
6848c16d53
[New] Added `set-colors` command. See details below:
...
This command allows users to replace default colors with their own custom colors.
- top-level commands modified: alias, ls, ls-remote
- helper functions added: nvm_echo_with_colors, nvm_err_with_colors,
nvm_set_colors, nvm_get_colors, nvm_print_color_code
- functions modified: nvm_print_formatted_alias, nvm_print_versions, nvm_print_alias_path (implicitly), nvm_print_default_alias (implicitly), nvm_list_aliases (implicitly)
We added tests and info on using this command to the README!
Co-authored-by: Dena Burd <29719099+gitburd@users.noreply.github.com>
Co-authored-by: Naomi Quinones <52065567+naomiquinones@users.noreply.github.com>
5 years ago
Jordan Harband
4054bd70ce
v0.37.0
4 years ago
Matthieu Bosquet
344cc32ac3
[readme] bash shell integration: Amended example to call cd when booting a terminal (previously only called on cd).
...
It means that works with for example VS Code's integrated terminal.
4 years ago
Jordan Harband
8debf39f24
v0.36.0
4 years ago
Saikat Das
22e07cc0c1
[readme] fix LTS upgrade command
...
Edited the LTS upgrade scenario command to fix the issue discussed in #2271
5 years ago
Jordan Harband
035bf9e28e
[readme] update autocompletion output examples
5 years ago
Steve Lee
19c55b9936
[readme] Mention problem with windows cmd echo
5 years ago
Dimitris Karagiannis
a01deb11dc
[patch] Update docs and add warning for 'nvm is not compatible with the npm config "prefix" option' edgecase error on Mac OS
5 years ago
Saikat Das
18c6f98acc
[readme] Add documentation for LTS updates which reinstall existing packages
...
Added an example for LTS updates that also reinstall the existing packages.
This is useful for individuals who run the latest LTS version along with global packages and need to update when the LTS version gets bumped
5 years ago
Bram Wubs
f6d11bae41
[readme] Fix fish load_nvm function
5 years ago
Marcus Kazmierczak
d2d232ea2b
[readme] Update macOS troubleshooting w/ 10.15 zsh default
...
The default shell for macOS 10.15 is now zsh, by default a .zshrc file
is not created, so switch instruction for touch ~/.zshrc
5 years ago
Connor Leech
7b3af45cf7
[readme] Update install instructions troubleshooting
...
This is in response to a popular stack overflow answer that has helped people resolve the "command not found" hiccup: https://stackoverflow.com/a/17707224/2031033
Also mentioned here: https://github.com/nvm-sh/nvm/issues/748
5 years ago
Peter Dave Hello
bac5393e12
[Docs] Syntax highlight for Ansible task example in README.md
5 years ago
Szymon Dzialowski
2d4e877b61
[readme] Stop removing spaces from nvm_path
...
It breaks switching version of node through nvm in directories with space somewhere in it's path.
5 years ago
Bruce A. MacNaughton
33fa27dabe
[Docs] Update README for environment variables
5 years ago
Jared Ramirez
dcc8059ef8
[readme] include deeper integration instructions for fish
5 years ago
Jordan Harband
258938ef66
v0.35.3
5 years ago
flip111
8093dbeacd
[readme] add nvm intro
...
Closes #2149 .
5 years ago
Jordan Harband
a1ad32e9cb
[readme] restore broken anchor
5 years ago
nebbles
d8785da988
[Docs] Improve readme clarity and troubleshooting
...
Clean up readme structure a bit to help with readability. fix
instructions which could lead to a sourcing loop if misinterpreted.
guidance should direct macos users to simply copy the source snippet
manually into their desired profile file.
Resolve #2123
5 years ago
Lucian Buzzo
4ff9084e99
[Docs] Fix small typo in README
5 years ago
Jordan Harband
f355b327d6
v0.35.2
5 years ago
awthwathje
04ad1b528c
[readme] Fix a typo
5 years ago
Jordan Harband
28bc2fd991
v0.35.1
5 years ago
Marit Iren
1eca354233
[Docs] Add description if instructions don't work; make install instructions more readable
5 years ago
Jordan Harband
011810e721
v0.35.0
5 years ago
Darío Hereñú
d48abff659
[Docs] clean up formatting in readme
6 years ago
Darío Hereñú
82037b41b1
[Docs] clean up a bit
7 years ago