首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
随笔
归档
动态
留言
关于
过客
累计撰写
417
篇文章
累计创建
55
个标签
累计收到
0
条评论
栏目
首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
随笔
归档
动态
留言
关于
目 录
CONTENT
以下是
npm
相关的文章
npm使用淘宝镜像
在国内使用npm安装镜像的时候非常的慢,而且有时还断网下不了。可能是npm官方镜像在国内可能不太稳定,可以切换npm的国内镜像 修改成淘宝镜像源 npm set registry https://registry.npmmirror.com/ 测试 npm config get registry
2024-03-07
9
0
0
软件使用
安装 npm 包的旧版本
查看软件包所有的版本 npm view <package> versions >npm view protobufjs versions [ '0.0.0', '0.9.1', '0.9.3', '0.9.4', '0.9.5', '0.9.6', '0.9.7',
2022-09-07
5
0
0
软件使用
Ubuntu安装npm(nodejs)环境
一键安装脚本 #!/bin/bash sudo apt-get -y install build-essential cd /home git clone https://github.com/cnpm/nvm.git source /home/nvm/nvm.sh echo "source /ho
2019-10-21
5
0
0
Ubuntu