You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This improvement would help beginners unfamiliar with Node.js or who already have an existing Node.js version on their computer to install Node.js when they are following the Installation Guide.
Feature enhancement details
For step 1, I plan to add an extra bullet point on how to check if the user already has Node.js installed on their computer.
I plan to add this because when I followed the Installation Guide, I forgot that I already have a different version of Node.js installed on my computer, so I was struggling to install Node 16.14.2. In order to check Node.js, I put in the command node -v.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Increasing Access
This improvement would help beginners unfamiliar with Node.js or who already have an existing Node.js version on their computer to install Node.js when they are following the Installation Guide.
Feature enhancement details
For step 1, I plan to add an extra bullet point on how to check if the user already has Node.js installed on their computer.
I plan to add this because when I followed the Installation Guide, I forgot that I already have a different version of Node.js installed on my computer, so I was struggling to install Node 16.14.2. In order to check Node.js, I put in the command
node -v
.The text was updated successfully, but these errors were encountered: