-
Notifications
You must be signed in to change notification settings - Fork 284
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
Why Node.exe doubled .exe filesize? v12 vs v14 #3114
Comments
A large part of that addition is that Node.js now ships with full internationalization data by default. If necessary, you can build Node.js from source with minimal internationalization data instead. |
Oh no... I don't need internationalization. Thanks for the explanation anyway. Is there any easy tutorial on how to do that? Or perhaps is such a .exe already available? Also, I do use node-gyp. Will be node-gyp affected when the .exe file will have an unexpected structure? |
https://github.com/nodejs/node/blob/master/BUILDING.md#windows-3
Not that I am aware of.
I don’t think so. |
Ok, thanks! It doesn't seem to be like 15 minutes of work for me. |
Why Node.exe doubled .exe filesize?
It has 53,8MB in version 14 but 27,9MB in version 12
The text was updated successfully, but these errors were encountered: