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
Describe the bug
It is currently impossible to build the Syntax template using the downloaded sources. The build fails with the following error :
Failed to compile.
./src/components/Layout.tsx + 10 modules
Unexpected end of JSON input
./node_modules/@headlessui/react/dist/components/listbox/listbox.js + 34 modules
Unexpected end of JSON input
./src/markdoc/search.mjs + 1 modules
Unexpected end of JSON input
> Build failed because of webpack errors
But, the project works in the dev environment (npm run dev/yarn dev)
To Reproduce
Steps to reproduce the behavior:
Download the template
Install the dependencies (npm install / yarn install)
Try to make a build (npm run build / yarn build)
The build will fail.
Expected behavior
The project should be built.
Screenshots
Browser/Device (if applicable)
OS: macOS Sequoia 15.1
Browser: Safari
Version: 18.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
What component (if applicable)
Describe the bug
It is currently impossible to build the Syntax template using the downloaded sources. The build fails with the following error :
But, the project works in the dev environment (npm run dev/yarn dev)
To Reproduce
Steps to reproduce the behavior:
The build will fail.
Expected behavior
The project should be built.
Screenshots
Browser/Device (if applicable)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: