-
Notifications
You must be signed in to change notification settings - Fork 607
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
Update nextra-docs-template file structure & contents to match nextra@v3 #85
Comments
Agree with @nongrata081. Here are the implied versions: ➜ nextra-docs-template git:(main) ✗ git remote -v
origin https://github.com/shuding/nextra-docs-template.git (fetch)
origin https://github.com/shuding/nextra-docs-template.git (push)
➜ nextra-docs-template git:(main) ✗ git lg | head -n 2
7178f36 - (HEAD -> main, origin/main, origin/HEAD) Merge pull request #66 from EndangeredMassa/endangeredmassa/update-lockfile-version (hace 7 meses Shu Ding)
4a93f53 - update lockfile version (hace 7 meses Sean Massa)
➜ nextra-docs-template node --version
v20.5.0
➜ nextra-docs-template git:(main) ✗ npx next --version
Next.js v13.5.7
➜ nextra-docs-template git:(main) ✗ npm ls nextra
[email protected] /Users/casianorodriguezleon/campus-virtual/2223/learning/nextjs-learning/nextra-learning/nextra-docs-template
├─┬ [email protected]
│ └── [email protected] deduped
└── [email protected] When you run
The error does not appear if you use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue:
Currently nextra-docs-template's files correspond to
nextra@v2
(e.g. pages/_meta.json, next.config.js > require('nextra'), etc.), even though in package.json nextra version islatest
which currently points to [email protected].Solution:
Update the files and their contents to match nextra@v3 according to v3 migration guide
The text was updated successfully, but these errors were encountered: