vue-vben-admin icon indicating copy to clipboard operation
vue-vben-admin copied to clipboard

pnpm install error message: postinstall$ turbo run stub

Open Eastboat opened this issue 1 year ago • 4 comments

项目master git clone后, 本地安装依赖,提示 turbo run stub !!!

本地环境: mac M1 、nvm下node 14~20的版本都尝试过pnpm installturbo也全局安装了

image
image

Eastboat avatar Dec 25 '23 05:12 Eastboat

再次运行下 pnpm install

wangjue666 avatar Dec 25 '23 09:12 wangjue666

我之前好像也遇到过这个问题,下载依赖报错。本来想提issue的,结果就无法复现了

pnpm-lock.yamlnode_modules 删掉,运行 pnpm run clean,然后重新 pnpm install试试

13982720426 avatar Dec 25 '23 14:12 13982720426

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

anncwb avatar Apr 09 '24 01:04 anncwb

我也遇到这样的问题 , 都是怎么解决的

xwwws avatar Apr 11 '24 03:04 xwwws

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

anncwb avatar Jun 11 '24 01:06 anncwb

剛好找到 一個 issue: https://github.com/vercel/turbo/issues/8493

但類型是 Access is denied,所以嘗試加了 sudo 後就暫時解決 了

sudo pnpm install;

Before

image

After

image image

wwwtony5488 avatar Jun 27 '24 10:06 wwwtony5488