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
I deleted tag-data.json file.
And when I install the package by yarn, and yarn dev, got following error in terminal and the tag-data.json file is not created
✓ Starting...
(node:14862) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
✓ Ready in 2.8s
Contentlayer config change detected. Updating type definitions and data...
successCallback /home/ubuntu/@Projects/one/tailwind-nextjs-starter-blog/.contentlayer
SuccessCallbackError: SyntaxError: Unexpected identifier 'assert'
To Reproduce
Steps to reproduce the behavior:
Delete tag-data.json file in App directory.
yarn in cmd to install package
yarn dev
See error
Expected behavior
A clear and concise description of what you expected to happen.
System Info (if dev / build issue):
OS: ubuntu 24.04
Node version 22.1.0
Npm version 10.7.0
Browser Info (if display / formatting issue):
Device Desktop
Browser chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
I deleted tag-data.json file.
And when I install the package by yarn, and yarn dev, got following error in terminal and the tag-data.json file is not created
✓ Starting...
(node:14862) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)✓ Ready in 2.8s
Contentlayer config change detected. Updating type definitions and data...
successCallback /home/ubuntu/@Projects/one/tailwind-nextjs-starter-blog/.contentlayer
SuccessCallbackError: SyntaxError: Unexpected identifier 'assert'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
System Info (if dev / build issue):
Browser Info (if display / formatting issue):
The text was updated successfully, but these errors were encountered: