Where does node.js install to?
- by Ash Scott
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:
Download : Node.js (Install Button)
Go where you are install Node.js (For Windows 8 it's C:/Programms/nodejs)
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?