vue-vben-admin
vue-vben-admin copied to clipboard
pnpm install error message: postinstall$ turbo run stub
项目master git clone后, 本地安装依赖,提示 turbo run stub !!!
本地环境: mac M1 、nvm下node 14~20的版本都尝试过pnpm install,turbo也全局安装了
再次运行下 pnpm install
我之前好像也遇到过这个问题,下载依赖报错。本来想提issue的,结果就无法复现了
把 pnpm-lock.yaml 、node_modules 删掉,运行 pnpm run clean,然后重新 pnpm install试试
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
我也遇到这样的问题 , 都是怎么解决的
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
剛好找到 一個 issue: https://github.com/vercel/turbo/issues/8493
但類型是 Access is denied,所以嘗試加了 sudo 後就暫時解決 了
sudo pnpm install;
Before
After