码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • cnpm安装和使用


    查看npm源地址:

    npm config get registry
    
    • 1

    npm官方源地址:

    https://registry.npmjs.org
    
    • 1

    淘宝镜像源地址:

    https://registry.npmmirror.com
    
    • 1

    1.临时使用

    npm --registry https://registry.npmmirror.com install express
    
    • 1

    2.持久使用(推荐)

    npm config set registry https://registry.npmmirror.com
    
    • 1

    配置后可通过下面方式来验证是否成功

    npm config get registry 或 npm info express
    
    • 1

    3.通过cnpm使用(推荐)

    npm install -g cnpm --registry=https://registry.npmmirror.com
    
    • 1

    4、使用cnpm
    cnpm install xxx
    5、升级cnpm淘宝镜像为最新版本

    npm install npm@latest -g cnpm --registry=https://registry.npmmirror.com
    
    • 1

    6、用npm命令使用淘宝镜像
    npm自身就默认代的镜像:http://registry.npmjs.org

    npm config set registry https://registry.npmmirror.com
    
    • 1

    如果用npm命令使用淘宝镜像,再次修改为npm的淘宝链接:

    npm config set registry https://registry.npmmirror.com
    
    • 1

    7、cnpm命令没反应
    1、cnpm -v、cnpm install等等cnpm命令执行了都只是跳到下一行就毫无反应。试了npm是没问题的

    2、上百度搜了下列三种方式尝试都还是不行
    设置环境变量。没用
    删除C盘用户目录下的.npmrc文件。也没有用
    执行npm config set registry https://registry.npmmirror.com还是没用

    3、就试着卸载cnpm重新安装试试,果然可以了
    卸载 npm uninstall -g cnpm --registry=https://registry.npmmirror.com
    注册 npm set registry https://registry.npmmirror.com
    解析 npm set disturl hhttps://registry.npmmirror.com/dist
    安装 npm install -g cnpm --registry=https://registry.npmmirror.com

  • 相关阅读:
    数据库系统原理与应用教程(079)—— MySQL 练习题:操作题 181-185(二十三):综合练习
    MySQL常见面试题(三)
    CSS - 预处理器SCSS
    手机地磁传感器与常见问题
    HTML实现随机点名
    MMQA5V6T1G 瞬态电压抑制器 TVS二极管的特性及应用
    软信天成:物料主数据的标准管理
    一次Python无法安装模块的问题探索与解决之旅
    Nginx性能优化
    03-Swing程序设计
  • 原文地址:https://blog.csdn.net/Lynn_yu/article/details/127418201
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号