Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Document minimum node version #621

Merged
merged 1 commit into from
Nov 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/quickstart/pages/newcomers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ If Homebrew isn't installed, copy and paste the following command in your termin
node --version
----
+
If the command returns version information, continue to <<Create a working folder>>.
If `node.js` isn't installed, copy and paste the following command in your terminal:
The minumum version of node.js we support is 12. If the command returns version information and your node version is at least 12, continue to <<Create a working folder>>.
If `node.js` isn't installed, or if your installation is out of date, copy and paste the following command in your terminal:
+
[source,bash]
----
Expand Down Expand Up @@ -146,4 +146,4 @@ The specific steps for updating the `+PATH+` depend on your operating system, bu
export PATH=<path-to-directory-for-dfx>
....

Now you're ready to link:local-quickstart{outfilesuffix}#download-and-install[install] the {sdk-short-name} and get coding!
Now you're ready to link:local-quickstart{outfilesuffix}#download-and-install[install] the {sdk-short-name} and get coding!