Comments on Node.js - Getting started on Ubuntu 14.04 (Trusty Tahr)
In this article we are going to have look into the installation and basic usage of node.js application. Node is a set of libraries for JavaScript which allows it to be used outside of the browser. It is primarily focused on creating simple, easy to build network clients and servers.
4 Comment(s)
Comments
You need to clean up this article. Start with a spell checker (Insatallation). You don't specify that you are saving the file on the desktop. You say to save the file as your-name.js, but then you call it with sample.js.
I got to the point where you instruct the command "console.log('Hello World!.');
When I enter that into the bash terminal I get the error
bash: syntax error near unexpected token `'Hello World!.''
How should I correct it so that I can continue through your tutorials?
Really I got a way how to run my program........thanx buddy
REALY DIRECTED ME TO THE RIGHT PATH OF MY NODE JOURNEY.
THANK YOU A LOT.