pnpm ERR_PNPM_ADDING_TO_ROOT

ERR_PNPM_ADDING_TO_ROOT  Running this command will add the dependency to the workspace root, which might not be what you want - if you really meant it, make it explicit by running this command again with the -w flag (or --workspace-root). If you don't want to see this warning anymore, you may set the ignore-workspace-root-check setting to true.

复制代码
pnpm config set ignore-workspace-root-check true
相关推荐
阿奇__4 分钟前
element 跨页选中,回显el-table选中数据
前端·vue.js·elementui
谢尔登5 分钟前
【React】SWR 和 React Query(TanStack Query)
前端·react.js·前端框架
断竿散人5 分钟前
专题一、HTML5基础教程-Viewport属性深入理解:移动端网页的魔法钥匙
前端
3Katrina6 分钟前
理解Promise:让异步编程更优雅
前端·javascript
星之金币7 分钟前
关于我用Cursor优化了一篇文章:30 分钟学会定制属于你的编程语言
前端·javascript
天外来物9 分钟前
实战分享:用CI/CD实现持续部署
前端·nginx·docker
moxiaoran575310 分钟前
Spring Cloud Gateway 动态路由实现方案
运维·服务器·前端
市民中心的蟋蟀10 分钟前
第十一章 这三个全局状态管理库之间的共性与差异 【上】
前端·javascript·react.js
vvilkim24 分钟前
Flutter 常用组件详解:Text、Button、Image、ListView 和 GridView
前端·flutter
vvilkim30 分钟前
Flutter 命名路由与参数传递完全指南
前端·flutter