Skip to content
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

Invalid dependency tree from npm's pov #1070

Open
ZuBB opened this issue Jun 4, 2024 · 1 comment
Open

Invalid dependency tree from npm's pov #1070

ZuBB opened this issue Jun 4, 2024 · 1 comment

Comments

@ZuBB
Copy link

ZuBB commented Jun 4, 2024

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

image
@ZuBB
Copy link
Author

ZuBB commented Jun 4, 2024

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 $ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant