[readme] Mention problem with windows cmd echo
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
|
$ 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:
|
Then when you run nvm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue