We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.
You can download and install NodeJS from this link: https://nodejs.org/.
This will automatically also install the Node Package Manager (NPM).
After the installation check whether the installation was successful. You can do this by:
node -v
npm -v
If you got stuck in this step please reach out to a friend who uses the same operating system as you or to the author of this course.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Install NodeJS
First of all: Congratulations for reaching this point. Keep the vibes and get ready for the next step.
You can download and install NodeJS from this link: https://nodejs.org/.
This will automatically also install the Node Package Manager (NPM).
After the installation check whether the installation was successful. You can do this by:
node -v
in a terminal / console / git bashnpm -v
If you got stuck in this step please reach out to a friend who uses the same operating system as you or to the author of this course.
The text was updated successfully, but these errors were encountered: