You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgrade typescript 3.8 to 3.9.x, and I run next build, but hang with the message. Creating an optimized production build .. After a long wait, but hang. No other hints.
Describe the bug
Can't build production with typescript 3.9.x, build process hang.
To Reproduce
I don't kwon how to reproduce, My node version is node v12.16.3, next version is 9.4.1, os mac 10.14.2
17:19:28 › yarn build
yarn run v1.22.4
$ cross-env NODE_ENV=production next build
info - Loaded env from .env
warn - You have enabled experimental feature(s).
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
> Using external babel configuration
> Location: "/Users/innei/GitHub/mx-web/.babelrc"
Creating an optimized production build ..
System information
My node version is node v12.16.3, next version is 9.4.1, os mac 10.15.2
The text was updated successfully, but these errors were encountered:
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
locked as resolved and limited conversation to collaborators
Jan 30, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
I upgrade typescript 3.8 to 3.9.x, and I run
next build
, but hang with the message.Creating an optimized production build .
. After a long wait, but hang. No other hints.Describe the bug
Can't build production with typescript 3.9.x, build process hang.
To Reproduce
I don't kwon how to reproduce, My node version is
node v12.16.3
, next version is9.4.1
, osmac 10.14.2
and this is my next.config.js
Expected behavior
build success, not hang.
Screenshots
this is all output of the build process.
System information
My node version is
node v12.16.3
, next version is9.4.1
, osmac 10.15.2
The text was updated successfully, but these errors were encountered: