-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI is broken #505
Comments
I'm having the very same issue, and it breaks the build on Vercel 😭 |
Same issue here next 13.4.8 |
same here, i have the same next 13.4.9, content layer and next-contentlayer 0.3.4, node v20.0.0 |
I have the same problem, but it only happens when the Next config file uses ESM ( Environment
|
oh wow, what a great tmpfix dude! |
Also having the same issue |
Changing region from function helped me. :) I know It sounds crazy |
This issue appears to be duplicated in issue #506, where a temporary solution has been provided; #506 (comment) |
Closing this one in favor of #506 then. |
This was necessary to get contentlayer working. See contentlayerdev/contentlayer#505 (comment)
For me, it does not work to build the GitHUb Action workflow. On the localhost, it is working. Any other suggestions? `
./app/about/page.tsx https://nextjs.org/docs/messages/module-not-found ./app/blog/[...slug]/page.tsx https://nextjs.org/docs/messages/module-not-found ./app/blog/page.tsx https://nextjs.org/docs/messages/module-not-found ./app/blog/page/[page]/page.tsx https://nextjs.org/docs/messages/module-not-found ./app/page.tsx https://nextjs.org/docs/messages/module-not-found
|
After resetting my
yarn.lock
, runningyarn contentlayer <command>
outputs:It still works if I don't reset my
yarn.lock
.Using:
The text was updated successfully, but these errors were encountered: