Commonly found issues

In this section, we aim to publish issues either found by ourselves or reported on by the community. We will also provide solutions to these issues as they arise.

Did you know?

You can report an issue using our discord community server.

Building or deploying a projection from outside of a container

If you are building or deploying a projection from outside of a container, you may encounter the following error:

error Couldn't find a package.json

Solution

This is because all SDK and CLI features are only accessible from inside of a Dev Container.

Last updated