node. JS Installation Tutorial--windows Installing the NVMW mode to manage node

Source: Internet
Author: User

Leadership to find a conversation, the company is not mixed, said to think clearly after the direction of development what. Just think of node. js.

First of all, look at the introduction, the general understanding of node. js, Baidu Search is indeed a lot of chaos, feeling or know the point. Attach the known topic node. JS Address: https://www.zhihu.com/topic/19569535

Then I found a novice tutorial: http://www.runoob.com/nodejs/nodejs-install-setup.html To do a very simple installation of node. Then look for information, because I am my own research to see, with the Windows system, see there is said to install NVMW to manage node version, this is very good, in the attitude of research or excellence it. First put the installed node to uninstall, and found a few tutorials integrated, mainly to carry the tutorial:

1. Download NVMW:HTTPS://GITHUB.COM/HAKOBERA/NVMW2. Configure environment variables add directories to the system environment variable path: D:\Program files\nvmw. 3. Open the terminal input NVMW to see the relevant information. 4. Modify the Nvmw.bat file 137 lines, x64 modify to win-x64;5. Modify the Fget.js file 47 lines, XMLHTTP change to ServerXMLHTTP (actually I tried, to this step can be, the sixth step can not need to modify. 6. Modify the Get_npm.js file in 47 lines, the method body directly replaced by: if (filename = = = null) {return nonpmandexit ();} var _pkg = Json.parse (pkg); for (var i = 0,n=_pkg.length;i<n;i++) {var obj = _pkg[i]; if (obj.version = = binversion) {downloadnpmzip (OBJ.NPM);}} 7. Start installing NODE.JS:NVMW install 8.1.28. View node version: node-v9. View NPM Version: Npm-v

node. JS Installation Tutorial--windows Installing the NVMW mode to manage node

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.