码农知识堂 - 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

  • 相关阅读:
    sql语句-实体属性有集合怎么批量查询
    使用Perl和WWW::Mechanize库编写
    01-Kafka之单机和集群安装
    ps2021没法用神经元滤镜,ps2021神经滤镜不能下载
    【基础】Linux 进阶
    2017年网易校招Java面试题
    17.应用负载压力测试
    Kafka 3.x.x 入门到精通(03)——对标尚硅谷Kafka教程
    C++的类与对象(三):构造函数、析构函数、对象的销毁顺序
    java-php-python-ssm手机测试管理系统计算机毕业设计
  • 原文地址:https://blog.csdn.net/Lynn_yu/article/details/127418201
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号