Freeze during pnpm build
#410
Unanswered
aozaki-kuro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
#403
I met the similar problem when trying to build with
pnpm build
.I have been using the javascript branch and it works with
pnpm build
.The repo was a clean clone from the typescript branch, tried on both macOS and WSL.
pnpm lint
andpnpm dev
runs pretty fine.But it freezes immediately the moment I execute
pnpm build
and had to terminate it withkill -9
.edit:
I tried to switched to
"typescript": "4.7.0-dev.20220227",
after that
yarn
andpnpm install --shamefully-hoist
can work but pnpm doc recommended not to do so.I wish I can use
pnpm
here to save the time and storage to install the dependencies...anyone knows what's wrong here😭Beta Was this translation helpful? Give feedback.
All reactions