worldsite / blog.sc

Blogging soul chat, stay cool. via: https://blog.sc
3 stars 0 forks source link

Node.js环境 #38

Open suhao opened 2 years ago

suhao commented 2 years ago
  1. nvm-windows, yvm

    • 下载nvm最新版本
    • nvm list available
    • nvm install lts
    • nvm install latest
  2. .nvmrc, .yvmrc

    • nvm root
    • nvm use
    • node -v > .nvmrc
  3. nrm/yrm: NPM/YARN registry manager

    • nrm ls
    • yrm ls
  4. corepack

    • Node.js >=16.10: npm i -g corepack
    • Node.js < 16.10: corepack enable
    • yarn set version stable
  5. npx