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

Nextra can't start with turbopack #1054

Open
pawelkrystkiewicz opened this issue Dec 9, 2022 · 1 comment
Open

Nextra can't start with turbopack #1054

pawelkrystkiewicz opened this issue Dec 9, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pawelkrystkiewicz
Copy link

When trying to use with --turbo flag as per docs there is an error:

>$ next dev  --turbo
>>> TURBOPACK (alpha)

Thank you for trying Next.js v13 with Turbopack! As a reminder,
Turbopack is currently in alpha and not yet ready for production.
We appreciate your ongoing support as we work to make it ready
for everyone.

Warning: You are using configuration that may require additional
setup with Turbopack. If you already made these changes please
ignore this warning.

- PostCSS detected (postcss.config.js)
  PostCSS is not yet supported by Next.js v13 with Turbopack.
  To use with Turbopack, see: https://nextjs.link/turbopack-postcss

- Tailwind detected (tailwind.config.js)
  Tailwind is not yet supported by Next.js v13 with Turbopack.
  To use with Turbopack, see: https://nextjs.link/turbopack-tailwind

Error: You are using configuration and/or tools that are not yet
supported by Next.js v13 with Turbopack:


- Unsupported Next.js configuration option(s) (next.config.js)
  The only configurations options supported are:
    - experimental.serverComponentsExternalPackages
    - experimental.transpilePackages
  To use Turbopack, remove other configuration options.   

If you cannot make the changes above, but still want to try out
Next.js v13 with Turbopack, create the Next.js v13 playground app
by running the following commands:

  yarn create next-app --example with-turbopack with-turbopack-app
  cd with-turbopack-app
  yarn run dev
        
Learn more about Next.js v13 and Turbopack: https://nextjs.link/with-turbopack
Please direct feedback to: https://nextjs.link/turbopack-feedback

Versions

    "next": "13.0.6",
    "nextra": "^2.0.1",
    "nextra-theme-docs": "^2.0.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "4.9.3"
@tuanductran

This comment was marked as duplicate.

@dimaMachina dimaMachina added the bug Something isn't working label Dec 19, 2022
@dacevedo12 dacevedo12 mentioned this issue Aug 17, 2023
20 tasks
@dimaMachina dimaMachina added the help wanted Extra attention is needed label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants