前端札记 前端札记
首页
    • 前端
    • 服务器
    • 其他
  • 分类
  • 归档
  • 标签
GitHub (opens new window)

Xin

面朝大海,春暖花开
首页
    • 前端
    • 服务器
    • 其他
  • 分类
  • 归档
  • 标签
GitHub (opens new window)
  • Npm

    • Npm
    • Nvm

    • 《Npm》笔记
    • Npm
    Xin
    2022-08-23
    目录

    Npm

    1. 查看版本号

      npm -v
      
      1
    2. 升级(最新)版本

      npm install npm -g
      
      1

    # 查看源

    npm get registry
    
    1

    # 更换源

    // 配置淘宝源
    npm config set registry https://registry.npmmirror.com
    
    // 验证是否成功
    npm config get registry
    
    // 原始源
    npm config set registry https://registry.npmjs.org
    
    1
    2
    3
    4
    5
    6
    7
    8

    # 清除缓存

    npm clean cache -force
    
    1
    编辑 (opens new window)
    #Npm
    上次更新: 2024-07-15 23:22:40
    Nvm

    Nvm→

    Theme by Vdoing | Copyright © 2021-2025
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式