Where does node.js install to?

Posted by Ash Scott on Ask Ubuntu See other posts from Ask Ubuntu or by Ash Scott
Published on 2014-05-27T09:27:31Z Indexed on 2014/05/27 9:55 UTC
Read the original article Hit count: 253

Filed under:
|
|

I'm trying to install a script, which is a clone of a game, and uses node.js for it. Now, the documentation says I should copy the node.exe (windows) and put it where the clone is. Now, I can't find the node.exe ubuntu equivalent, I can't even find where it's installed?! Don't really want this hosted on a windows machine due to licensing. Here's a snipet from the doc:

  1. Download : Node.js (Install Button)
  2. Go where you are install Node.js (For Windows 8 it's C:/Programms/nodejs)
  3. Copy node.exe and paste on the clone folder

Now I need to do this in ubuntu, however I can't find where node is installed to? Any ideas?

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about server