Simon Johnson
Simon Johnson
> What's the output of > > `` ls -ld ~/.local/share/ > > ``` > > It sounds like that directory has some weird permissions setup > ``` I don't...
> ``` > mkdir -p ~/.local/share > ``` > > Should sort you out When I finished creating this folder, this error still did not occur, so I created another...
> > 牛的 > > 谢谢肯定哈,给个star支持啊 star了😂
hi,I was also trying to use pnpm+turbo+Nextjs and I also ran into this problem (server.js not found). I built it using the official example (yarn+turbo) and found that yarn can...
> hi,I was also trying to use pnpm+turbo+Nextjs and I also ran into this problem (server.js not found). I built it using the official example (yarn+turbo) and found that yarn...
> We ended up going back to using yarn > > Dockerfile: > > ``` > # Install dependencies only when needed > FROM node:20-alpine AS deps > ENV YARN_VERSION...
我也同样遇到了这样的问题,我将overflow:hidden 改成 scroll 但是不行 这应该是左右滑动动画这个属性的原因 当我还是没能解决掉这个问题
我在我的另外一台 mac 上尝试复现这个问题,但运行起来似乎没有这个问题了,很奇怪🤔,我的win10 上只能在修改后打包运行成功😢