We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn start
.mdx
Adding new page under docs/
docs/
✓ Compiled in 2.8s (NNNN modules)
404
Although the causal relationship is unclear, yarn build fails with the following error:
yarn build
❯ yarn build yarn run v1.22.19 warning ../../../package.json: No license field $ cross-env INIT_CWD=$PWD NODE_OPTIONS='--max-old-space-size=6144' next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs ▲ Next.js 14.2.10 Creating an optimized production build ... successCallback /MY_MACHINE/signoz-web/.contentlayer SuccessCallbackError { error: SyntaxError: Unexpected identifier 'assert' at compileSourceTextModule (node:internal/modules/esm/utils:337:16) at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:164:18) at callTranslator (node:internal/modules/esm/loader:429:14) at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:435:30), _tag: 'SuccessCallbackError', toString: [Function (anonymous)], [Symbol()]: { error: SyntaxError: Unexpected identifier 'assert' at compileSourceTextModule (node:internal/modules/esm/utils:337:16) at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:164:18) at callTranslator (node:internal/modules/esm/loader:429:14) at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:435:30) }, [Symbol()]: [ 'error' ] } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Adding new page under
docs/
Problem
.mdx
files aren't reflected to the page served byyarn start
✓ Compiled in 2.8s (NNNN modules)
every time I update.mdx
404
Spec of the environment the problem observed
Additional Information
Although the causal relationship is unclear,
yarn build
fails with the following error:The text was updated successfully, but these errors were encountered: