0

I am new to the world of Javascript and their frameworks, and I feel a bit lost with this. I am trying to follow the official toutorial of AngularJS. In one of the first sections, it reads

Install Node.js If you want to run the preconfigured local web-server and the test tools then you will also need Node.js v0.10.27+.

You can download a Node.js installer for your operating system from http://nodejs.org/download/.

The doubt is: why have I to use NodeJS 0.10.27? it's a old version, given that now (as I've just seen in the NodeJS's website) the project is on the version 4./5.

If I am saying things that aren't, please correct me.

EDIT:

I tried to follow the steps of the tutorial with the 4.* version and I'couldnt due to the required NodeJS version of the dependencies.

asked Jan 6, 2016 at 8:18
1
  • In Node.js v0.10.27+ plus sign means greater than that version. What kind of error do you have? Commented Jan 6, 2016 at 9:48

1 Answer 1

-1

You can do an installation of NVM (Node Manager Version) and work with any version of node on the same host.

Repository of NVM

answered Sep 25, 2016 at 16:52
1
  • 1
    Can you elaborate a little more, and explain how does this answers the question ? Commented Sep 25, 2016 at 17:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.