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

Build is too slow(seems unable) when using yarn@3.2.0-rc.5 #31880

Closed
enk0de opened this issue Nov 28, 2021 · 2 comments
Closed

Build is too slow(seems unable) when using yarn@3.2.0-rc.5 #31880

enk0de opened this issue Nov 28, 2021 · 2 comments
Labels
bug Issue was opened via the bug report template.

Comments

@enk0de
Copy link

enk0de commented Nov 28, 2021

What version of Next.js are you using?

12.0.4

What version of Node.js are you using?

16.13.0

What browser are you using?

Chrome

What operating system are you using?

macOS 11.4 (M1 Mac)

How are you deploying your application?

Local Environment (ARM M1)

Describe the Bug

i am using yarn berry. when i use yarn@3.1.1 and i tried to yarn dev, this problem has occurred. so i changed yarn's version to canary(3.2.0.rc.6), then it works.

however, when I tried to build it, there was no response(or too slow) even after several minutes.
스크린샷 2021-11-28 오후 4 50 44
There were no logs or reactions except the logs shown in that picture.

weirdly, when i build at Vercel, it works.

Expected Behavior

build successfully.

To Reproduce

  1. clone this repository
  2. yarn set version berry
  3. yarn set version canary
  4. yarn build
@enk0de enk0de added the bug Issue was opened via the bug report template. label Nov 28, 2021
@enk0de enk0de changed the title build is too slow(seems unable) when using yarn@3.2.0-rc.5 Build is too slow(seems unable) when using yarn@3.2.0-rc.5 Nov 28, 2021
@kherock
Copy link

kherock commented Dec 2, 2021

Duplicate of #31279.

I'm guessing it works on Vercel because they have experimental: { workerThreads: true } enabled there.

@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue was opened via the bug report template.
Projects
None yet
Development

No branches or pull requests

4 participants