File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ To set up this notes app, complete the following tasks:
2525
2626- Install ** Node.js** by following these steps:
2727 1 . Install [ nvm] ( https://github.com/nvm-sh/nvm#installation-and-update ) .
28- 1 . Use node v12 .x.x by running ` nvm use ` or ` nvm use 12 ` in a terminal window.
29- 1 . Verify that node is installed by running ` node -v ` in a terminal window and confirm that it shows the latest version of ` v10 ` , such as ` v12 .17.0 ` ).
28+ 1 . Use node v14 .x.x by running ` nvm use ` or ` nvm use 14 ` in a terminal window.
29+ 1 . Verify that node is installed by running ` node -v ` in a terminal window and confirm that it shows the latest version of ` v14 ` , such as ` v14 .17.3 ` ).
3030- Install [ yarn] ( https://yarnpkg.com/en/docs/install ) .
3131 - We recommend using ** yarn** for its simplicity, speed and yarn workspaces.
3232- Install dependencies by running ` yarn ` .
You can’t perform that action at this time.
0 commit comments