From 421e4659b89c5ea7ecf66bee2823b5124ec18a07 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Tue, 6 Feb 2024 16:38:55 -0800 Subject: [PATCH] fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc --- markdown/dev/tutorials/getting-started-windows/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/tutorials/getting-started-windows/en.md b/markdown/dev/tutorials/getting-started-windows/en.md index f67595ba0ad..c06df6795b6 100644 --- a/markdown/dev/tutorials/getting-started-windows/en.md +++ b/markdown/dev/tutorials/getting-started-windows/en.md @@ -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 `. 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). 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