Tuesday 26 January 2016

Cannot install node on Ubuntu 15.04

This is where I tried to download nodeI have tried to install from Source code, wget http://ift.tt/1EpwiF5, none of the commands work after installationI have tried from the packet manager, curl -sL http://ift.tt/1oa11OK | sudo bash - and it would not open node as well, I made the js file, console.log('hello world'); and even running the file spit out no output.I tried the GitHub Repository, when I went into the file, only the readme was present. git clone git://github.com/ry/node.git, i could not ./configure and move on to rest of installationFinally I have tried from Node Version Manager, but the version listed was not found. curl http://ift.tt/15PmWZm | sh, There is a command to update default version, the one listed does not exist.

Submitted January 26, 2016 at 05:26PM by burninfate

No comments:

Post a Comment