-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Setup turbopack for development #10
Comments
Is this issue available to solve |
@RonakSurana-2001 Yes the repo is participating under hacktoberfest. You can work on it and open a PR. |
@RonakSurana-2001 I am not sure, but maybe upgrading next.js version can fix this issue. it is worth a try. |
@JeelRajodiya I added --turbo in package.json dev
I have raised a PR you can see the change. #86 |
Hello @RonakSurana-2001 , please check your PR. I pushed some changes. Now you will be able to see this error. |
I found these two issues somewhat relevant to ours. |
Hmm finding the solution |
Think that issue is not with --turbo |
please reflect that in your PR
|
@JeelRajodiya Can you please check #88 PR. |
@JeelRajodiya is this issue still open? |
can I work on it? |
@pavanydg Let's give the issue to @iamridoydey, since he is new. |
Please go ahead @iamridoydey. |
Thanks @JeelRajodiya . I am looking at it. If I stuck then I will ask you for further help . Thanks for the support |
You can also refer to the conversations in this issue. I have shared some of the related resources. |
Thanks bro @JeelRajodiya |
@JeelRajodiya After using Webpack is configured while Turbopack is not, which may cause problems. isn't it conflict with each other? |
@iamridoydey I am not sure either : ) Maybe we need to configure turbopack itself, You can open a PR if you find any solution. |
@JeelRajodiya still some issues. But i am looking at it |
I am opening a pull request. Check it. It is working fine now. |
@iamridoydey There might be two possible causes for the issue
There might be any other cause as well, which I might be not aware of. |
I upgrade nextjs ro 15.0.2 there turbopack work just fine. But get issues from other dependancy. So many dependancy are not working with current verions of the nextjs. They wants nextjs 14. There was the actual problem |
@iamridoydey Can you please share a screenshot of the error. Which dependencies are causing the problem? |
@JeelRajodiya I will but I am doing another project. Can you give me some time? Probably in the next day. By the way I am also working on a next js project where I use turbopack not experimental way. many dependancy need to update for this. So we can have a good discussion after I upload all of the issue. Can we? |
@iamridoydey Yes, you can take your time. |
There are some compilation and hydration errors occurring when the command the
dev
command with was used with--turbo
flag. resolve those errors to use--turbo
Relevant:
We are trying to do the following from the docs: https://nextjs.org/docs/architecture/turbopack#usage
The text was updated successfully, but these errors were encountered: