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

--turbo flag breaks dependencies #312

Open
chriscarrollsmith opened this issue Mar 8, 2024 · 2 comments · May be fixed by #313
Open

--turbo flag breaks dependencies #312

chriscarrollsmith opened this issue Mar 8, 2024 · 2 comments · May be fixed by #313

Comments

@chriscarrollsmith
Copy link
Contributor

Not sure if anyone else has encountered this, but I found that I had to remove the --turbo flag from the dev command in package.json, or else I got an error that certain sub-dependencies of @radix-ui/react-toast couldn't be resolved.

@chriscarrollsmith chriscarrollsmith linked a pull request Mar 10, 2024 that will close this issue
@masakinihirota
Copy link

Different behavior with and without --turbo flag in next dev command · Issue #64552 · vercel/next.js
vercel/next.js#64552

I too just added the --turbo option and the language conversion stopped working.

@samcx samcx closed this as completed Apr 17, 2024
@samcx samcx reopened this Apr 17, 2024
@masakinihirota
Copy link

https://github.com/masakinihirota/next_dev_i18n

Edited to work at minimum.

  "dev": "next dev --turbo"

Start the local server.

pnpm run dev

http://localhost:3000
English to Japanese conversion is not working on the top page.


Drop the local server once.

Edit.

  "dev": "next dev"

Start the local server.

pnpm run dev

http://localhost:3000
The English to Japanese conversion is working as expected on the top page.

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

Successfully merging a pull request may close this issue.

3 participants