摘要:
VSCode报错:vue : 无法加载文件 D:\nodejs\node_global\vue.ps1,因为在此系统上禁止运行脚本。 阅读全文
posted @ 2021-07-18 13:56
我从没想过未来
阅读(696)
评论(0)
推荐(0)
摘要:
#####从npm版本3.8.6开始,您可以使用: npm install --prefix ./install/here 安装在指定的目录中。node_modules即使node_modules较高层次结构中已存在目录,NPM 也会自动创建文件夹。您还可以package.json在当前目录中拥有a 阅读全文
posted @ 2021-07-18 13:24
我从没想过未来
阅读(4710)
评论(0)
推荐(0)
摘要:
####一、修改成淘宝镜像源 命令 npm config set registry https://registry.npm.taobao.org 验证命令 npm config get registry 如果返回https://registry.npm.taobao.org,说明镜像配置成功。 # 阅读全文
posted @ 2021-07-18 12:40
我从没想过未来
阅读(1100)
评论(0)
推荐(0)