You need to run “yarn gen:models” in platform/wab. Usually this is handled by running yarn setup-all in the root, the contribution guidelines can probably be improved.
Thank you very much for your prompt reply. I am aiming to implement a feature similar to that of Shopify in my project. I have executed the command yarn setup-all in the root directory, but there is still an error with this command, as shown in the image below:
@alexander_noel1 Thank you for your reply. I ran the command in the document: docker-compose up -d --no-deps plasmic-db. Currently, the process is as follows:
I’m looking at the documentation and have a question. The content in.env.example doesn’t match the content in the documentation. Have I made a mistake?
@alex_noel Thank you for your reply. I can see that yarn typeorm migration:run && yarn seed is running normally now. Then I proceeded to the next step according to the documentation: yarn setup-all, but an error occurred, as shown below:
There seem to be some errors. Is it possible that there are still missing configurations? I have only configured the .env file under platform/wab for the entire project
the error doesn’t seem to be too informative but i see that it fails when attempting to build canvas-packages
Can you go to that folder and manually try to run yarn && yarn build --verbose and see what it outputs?
@alex_noel Thank you for your reply. I ran yarn && yarn build --verbose in the plasmic/platform/canvas-packages directory, and it seems to have the same error as before, with no other useful information. Could you please clone it and follow the documentation to execute it? This issue should be easily reproducible
Can you help me with this? I’m not very familiar with Node. I executed pnpm and got an error prompt:
I suspect it might be related to the version of node. I would like to know the exact version that can run it. Could you please ask your team for me? Thank you