Friday, July 15, 2016

Installing Node.js in Windows 7

First one first, download the installer from this site..
After downloadin the file...just install it.. :D








And then to make sure it's successfully installed, open your cmd, then type "node" as shown below :
It meanss... Okiee.. :D :D :D
And then try to put this code to your cmd :
console.log("Hellow Hisoka");
Weeell... I think that's all the process for installing and verifying the node.js installation process... :D

We are good to rock with node.js now... ;)

No comments:

Post a Comment