1
0
Fork 0

fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc

This commit is contained in:
Benjamin Fan 2024-02-06 16:38:55 -08:00
parent 0f959550b7
commit 421e4659b8

View file

@ -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