fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc
This commit is contained in:
parent
0f959550b7
commit
421e4659b8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ using `nvm install v18.17.0`. For the purposes of debugging it can be useful to
|
|||
have the same version of Node.js installed as the main project uses, which you can
|
||||
then activate using `nvm use <version>`. You can determine what version the
|
||||
FreeSewing project uses by checking
|
||||
[freesewing/freesewing/.node-version](https://github.com/freesewing/freesewing/blob/develop/.node-version).
|
||||
[freesewing/freesewing/.nvmrc](https://github.com/freesewing/freesewing/blob/develop/.nvmrc).
|
||||
|
||||
<Warning> At the time this guide was written the latest version of Node.js/npm has
|
||||
a bug in the dependency resolution process which causes the freesewing project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue