since this is a monorepo and the package depends on others, they need to be built as well.
What you can do is run npx nx run @tools/sandbox:build
it will take care of all dependencies.
You can also run npm run build:dev
which will resolve this specific issue, but using nx
will be safer.
3 Likes