Local deployment issues by yarn seed

@alex_noel @samuel_pullman @jason I know you are working hard to fix this issue. I just need a ready-made, fully deployable solution or official documentation.I’m really curious: the platform has been running for so long, you must do development and deployment yourselves.Why can’t this problem be fixed?If you actually do real development and testing, you would definitely run into the exact same issue as me.

@maoyu_fan There’s not much we can do on our end because I can’t reproduce it locally (mac or linux), and our CI, which sets up a fresh environment many times per day, is working.

The specific issue you showed recently is due to using pnpm, it is only possible to set things up with Yarn currently.

The most likely scenario is that you are missing a local dependency we expect, for example see the Ubuntu 18.04+ section in plasmic/docs/contributing/platform/00-getting-started.md at master · plasmicapp/plasmic · GitHub

Thank you for your reply. My environment is CentOS7, not Ubuntu. I didn’t know it was related to the operating system. I’ll give it a try.

I don’t know if it’s related to the OS, just that it’s possible some implicit dependencies are missing.

But @alex_noel also has this problem. Why can’t it be solved

It should be fixed now. The PR with changes has been merged.