pnpm 安装

npm install pnpm -g

解决方案:

1、使用管理员的身份打开powershell, win + x

2、输入 set-executionpolicy remotesigned 后按y,问题得到解决

其他: pnpm 安装完成只有,可设置其镜像

1、查阅当前镜像(源): pnpm config get registry

2、切换淘宝镜像: pnpm config set registry http://registry.npm.taobao.org

相关推荐
樊南1 天前
npm安装electron依赖时卡顿,下载不下来
前端·electron·npm
没头发的卓卓2 天前
pnpm--他简直是超人!
前端·npm·前端工程化
changingshow3 天前
vue create 创建项目 提示 Failed to check for updates 淘宝 NPM 镜像站喊你切换新域名啦
javascript·vue.js·npm
【D'accumulation】3 天前
NPM国内镜像源多选择与镜像快速切换工具(nrm)介绍
前端·npm·node.js
野生派蒙3 天前
NVM:安装配置使用(详细教程)
前端·npm·node.js
Asurplus3 天前
【VUE】13、安装nrm管理多个npm源
npm·node.js·nvm·nrm
跳跳的向阳花4 天前
01、NodeJS学习笔记,第一节:Node.js初识与内置模块
学习·npm·node.js·模块化··内置模块·模块加载机制
m0_748247554 天前
从0-1逐步搭建一个前端脚手架工具并发布到npm
前端·npm·node.js
Lee_Yu_Fan5 天前
包管理器NPM
npm·node.js
前端热爱者5 天前
vue-element-admin npm install 安装失败,tui-editor更名导致
前端·vue.js·npm·tui-editor