You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when you do any keystone command (dev/build), it results in very cryptic message:
(base) exar@exar:~/os/keystone/examples/omit$ pnpm build
> @keystone-6/example-omit@ build /home/exar/os/keystone/examples/omit
> keystone build
🚨 keystone build has not been run
ELIFECYCLE Command failed with exit code 1.
Above is simplest reproduction, but actually I am hit by this every now and then in a project where I have paths defined in tsconfig.json. Editor does not report any error since module resolve fine in 'normal' context.
I am pretty sure this returned some actually helpful error message some versions ago. Will check later.
The text was updated successfully, but these errors were encountered:
dcousens
changed the title
Very cryptic error message when importing inaccessible module
Cryptic error message for unrelated MODULE_NOT_FOUND error
Oct 13, 2024
This is compiled without any error by esbuild (
.keystone/config.js
)But when you do any keystone command (dev/build), it results in very cryptic message:
Above is simplest reproduction, but actually I am hit by this every now and then in a project where I have
paths
defined intsconfig.json
. Editor does not report any error since module resolve fine in 'normal' context.I am pretty sure this returned some actually helpful error message some versions ago. Will check later.
The text was updated successfully, but these errors were encountered: