mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 06:11:51 +00:00
[readme] Mention problem with windows cmd echo
This commit is contained in:
parent
9dc6f3e4a5
commit
19c55b9936
@ -436,6 +436,8 @@ $ echo "lts/*" > .nvmrc # to default to the latest LTS version
|
||||
$ echo "node" > .nvmrc # to default to the latest version
|
||||
```
|
||||
|
||||
[NB these examples assume a POSIX-compliant shell version of `echo`. If you use a Windows `cmd` development environment, eg the `.nvmrc` file is used to configure a remote Linux deployment, then keep in mind the `"`s will be copied leading to an invalid file. Remove them.]
|
||||
|
||||
Then when you run nvm:
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user