node设置镜像源

node设置镜像源

设置镜像源

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

验证设置是否生效

检查当前的 npm 镜像源:

npm config get registry

镜像源设置到此结束,下面的为题外话

高版本node启动命令

package.json文件设置

set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve

相关推荐

  1. node设置镜像

    2023-12-22 00:06:01       62 阅读
  2. node设置镜像详细教程

    2023-12-22 00:06:01       25 阅读
  3. node NPM镜像查看和切换

    2023-12-22 00:06:01       33 阅读
  4. ubuntu下conda如何设置镜像(清华镜像

    2023-12-22 00:06:01       54 阅读
  5. 【加速排坑】docker设置国内image镜像

    2023-12-22 00:06:01       62 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-22 00:06:01       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-22 00:06:01       106 阅读
  3. 在Django里面运行非项目文件

    2023-12-22 00:06:01       87 阅读
  4. Python语言-面向对象

    2023-12-22 00:06:01       96 阅读

热门阅读

  1. centos磁盘扩容

    2023-12-22 00:06:01       62 阅读
  2. Codeforces Round 916 (Div. 3)(A~F)

    2023-12-22 00:06:01       67 阅读
  3. Git 中 rebase、reset、revert 有什么区别?

    2023-12-22 00:06:01       55 阅读
  4. hive(2)

    2023-12-22 00:06:01       43 阅读
  5. 自定义ORM(mybatis)源码(二)-解析mapper.xml

    2023-12-22 00:06:01       59 阅读