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
Hi there!
I tried to spin up docs locally (the main site seems down), but I kinda try not to use yarn and npm reports that dependency tree is broken
The text was updated successfully, but these errors were encountered:
downgrading next seems does the trick
vv@my-precious /tmp/documentation $ gt di package.json diff --git i/package.json w/package.json index 97d3a76a..d2023296 100644 --- i/package.json +++ w/package.json @@ -14,7 +14,7 @@ "contentlayer": "^0.3.3", "date-fns": "^2.30.0", "little-state-machine": "^4.8.0", - "next": "^14.1.1", + "next": "^13", "next-contentlayer": "^0.3.3", "next-themes": "^0.2.1", "prism-react-renderer": "^2.0.5", vv@my-precious /tmp/documentation $
Sorry, something went wrong.
No branches or pull requests
Hi there!
I tried to spin up docs locally (the main site seems down), but I kinda try not to use yarn and npm reports that dependency tree is broken
The text was updated successfully, but these errors were encountered: