Home > Web Front-end > JS Tutorial > body text

Nodejs multi-version usage tips

php中世界最好的语言
Release: 2018-06-11 15:36:05
Original
1272 people have browsed it

This time I will bring you the tips for using nodejs multi-version. What are the precautions for using nodejs multi-version? The following is a practical case, let’s take a look.

nvmw installation preparation:

  • Install git

  • Install Python 2.7 If node < Version 0.8

nvmw installation steps:

  1. Open cmd: win R or win -> Enter cmd

  2. Locate the directory: cd C:UsersAdministrator

  3. ##Clone nvmw: git clone git://github.com/hakobera/nvmw.git " %HOMEDRIVE%%HOMEPATH%.nvmw"

  4. Set environment variables: set "PATH=%HOMEDRIVE%%HOMEPATH%.nvmw;%PATH%"

  5. Detection: nvmw help

  6. ##nvmw Advanced:

    Set the service image according to the installation speed requirements set $NVMW_NODEJS_ORG_MIRROR

    set "NVMW_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node"
    set "NVMW_IOJS_ORG_MIRROR=http://npm.taobao.org/mirrors/iojs"
    set "NVMW_NPM_MIRROR=http://npm.taobao.org/mirrors/npm"
    nvmw install 0.11.14
    nvmw install node-v0.11.15
    nvmw install iojs
    nvmw install iojs-v1.0.2
    Copy after login

    FAQ:

    404 Not Fond

    nvm-windows installation

    Download nvm-setup.exe

    Installation During the process, select the prompt box about the installed version to accept

    cmd detection: nvm ls (more commands nvm help)

    C:\Users\Administrator>nvm ls
    * 8.11.1 (Currently using 64-bit executable
    6.9.0
    Copy after login

    I believe you have mastered the method after reading the case in this article, please come for more exciting information Pay attention to other related articles on php Chinese website!

    Recommended reading:

    Operation AngularJS from scratch to implement application modularization


    What are the steps required for vue cli webapck4

    The above is the detailed content of Nodejs multi-version usage tips. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!