According to the node documentation, this doesn't matter...
https://nodejs.org/api/cli.html#options
All options, including V8 options, allow words to be separated by both dashes (-) or underscores (_). For example, --pending-deprecation is equivalent to --pending_deprecation.
I will update the pkg anyway. Thanks!
EDIT:
I can confirm. On rig with 16GB ram, build process is killed by system! If someone have any clue how to address/fix that, let me know...
Pinned Comments
observ33r commented on 2022-09-18 17:36 (UTC) (edited on 2023-05-08 05:36 (UTC) by observ33r)
How to change window color?
..assuming you have a customized theme with all other transparent elements!
Building within clean chroot!
You can build package in completely clean environment without conflicting with any local dependencies (latest nodejs package etc..)!
Execute the following commands inside the package directory:
..or just run "build-with-chroot.sh" script!