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

[Bug?]: Upgrading from v3.1.1 to v3.2.0 causes TS Webpack to hang without error/output #4208

Closed
1 task
awdyson opened this issue Mar 11, 2022 · 2 comments
Closed
1 task
Labels
bug Something isn't working

Comments

@awdyson
Copy link

awdyson commented Mar 11, 2022

Update: upgrading from node v14 to v16 fixed this for me.


Self-service

  • I'd be willing to implement a fix

Describe the bug

Title says about as much as I can about the bug here.
No amount of "verbose" settings or command line flags were getting me more than dev-server's "wait until bundle finished".
I'm also really unsure as to why Yarn would cause an issue like this.
That said, running yarn set version stable and yarn before yarn start causes the issue, and the same set with 3.1.1 replacing stable fixes it.

I figured maybe there was an issue with directory references being "better-respected" now.
Something like / instead of ./ causing the whole filesystem to be parsed.
However, I combed through my code and couldn't find a path starting with /.

To reproduce

[removed as my repro wasn't applicable]

Environment

System:
    OS: macOS 11.6.2
    CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
  Binaries:
    Node: 14.16.1 - /private/var/folders/_1/3y0l6b0x0xd7_2vhtt4n089184gr2c/T/xfs-71cdc61f/node
    Yarn: 3.2.0 - /private/var/folders/_1/3y0l6b0x0xd7_2vhtt4n089184gr2c/T/xfs-183926a8/yarn
    npm: 7.11.2 - ~/.local/share/nvm/v14.16.1/bin/npm

Additional context

I like to keep my dependencies super up-to-date, but I haven't had time to work on this project for a couple months.
The above issue occurs with the latest package versions from 2 months ago and the latest versions from 2 minutes ago.

@awdyson awdyson added the bug Something isn't working label Mar 11, 2022
@merceyz
Copy link
Member

merceyz commented Mar 11, 2022

Duplicate of #4157

@merceyz merceyz marked this as a duplicate of #4157 Mar 11, 2022
@merceyz merceyz closed this as completed Mar 11, 2022
@awdyson
Copy link
Author

awdyson commented Mar 11, 2022

From the issue linked above, upgrading to node v16 fixed the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants