Can you make sure you have the latest version? @jfortun was doodling around with node saas and ran into a few issues a few days back so it might be possible that you got the broken version.
Additionally, use yarn instead of npm; does that resolve it?
If youāre just planning on using Corteza you can use our pre-built Docker containers, or you can download the already built sources from here
I see that error comes from /src/themes/corteza-base/variables.scss, which is not present in corteza-js.
So the error must come from something else youāre trying to build, like a webapp or corteza-vue
@jfortun Found out this was an issue with the yarn.lock file. We had cleared this out at one point which messed with the build. The issue weāre have now is in the dev environment setup. We followed the changes mentioned here: How to create/add a new UI blocks and built out a custom UI block. This required the modification of the corteza-js project. Weāre not totally clear on how to properly include this in the build of the compose repo now.
Any insights on how your development environment is configured when doing these modifications requiring multiple projects?