You need to run "nvm install N/A" to install it before using it.

# See the versions you installed
$ nvm ls
         v7.5.0
         v7.8.0
         v8.4.0
default -> v8.1.2 (-> N/A)
node -> stable (-> v8.4.0) (default)
stable -> 8.4 (-> v8.4.0) (default)
# Change the default to correct version of node: 
$ nvm alias default v8.4.0

# So, solution is: You need to set a correct default version 
# must the one you installed
# for example,set the newest version as default:
$ nvm alias default node

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source