Awesome Chan
Awesome Chan
I found the following possibly related issues, but they are either closed or haven't been addressed for a long time. Is this intentional? https://github.com/PlasmoHQ/plasmo/issues/176 https://github.com/PlasmoHQ/plasmo/issues/870
> This error is caused by "sharp module doesn't have build directory". Type "pnpm rebuild [email protected] -r" in your terminal will solve this issue. I resolved this issue after restarting...
Yes, you just need to recreate a project according to the document. Of course, I recommend solving practical problems rather than avoiding them in this way.
I also cannot accurately determine the cause, possibly due to my use of Volta for Node version management, but since [Volta and pnpm are still incompatible](https://docs.volta.sh/advanced/pnpm), this situation might lead...
> I believe this is still an issue, and I tried all the solutions above and none had worked. On macos arm64 and the sharp package refuses to install on...
Is there any progress on husky supporting Monorepos? I am currently setting up a Monorepo repository.
Thank you for your detailed response and for emphasizing the core design principles of LogTape. I appreciate your commitment to improving the documentation with more browser/SPA-specific examples, which will certainly...
I encountered the same problem, have there been any developments? first step ```shell bun build ./apps/server/src/index.ts --compile --outfile "demo-arm64" --target=bun-darwin-arm64 --sourcemap ``` second step ```shell ./demo-arm64 # error: Cannot find...
I encountered the same problem, even using `npx turbo daemon clean` could not solve the issue.