摘要: npm使用阿里云源的方法 1、安装cnpm npm install -g cnpm --registry=https://registry.npmmirror.com 2、设置下载源 npm config set registry https://registry.npmmirror.com 3、安 阅读全文
posted @ 2024-09-05 09:24 wanqian6311 阅读(431) 评论(0) 推荐(0) 编辑
摘要: nmp常用命令 1. 初始化项目 创建 package.json 文件: npm init 这将引导你回答一些问题来生成 package.json 文件。 快速创建 package.json 文件(使用默认设置): npm init -y 2. 安装依赖 安装依赖: npm install <pac 阅读全文
posted @ 2024-09-05 09:24 wanqian6311 阅读(77) 评论(0) 推荐(0) 编辑