Yes, I have taken the plunge. I have started learning about Node.js. This should be a pretty common set of commands on the Linux platform by now. If you’re going to be a developer on the Linux platform, you should really be used to the ./configure, make, make install instructions.
1 2 3 4 5 6 7 | |
If all went well, you should be able to verify that everything worked exactly as expected.
1 2 | |
Now, time to start learning some node!