Allow overriding node flags (namely --stack_size)
See original GitHub issueHi,
I just stumbled upon an issue with gulp-uglify
, which actually lies within uglify2
itself:
If a JS file contains too many consecutive statements, it requires a bigger stack size, and there’s no way to override that with gulp other than running node --stack_size=2048 $(which gulp) build
.
Could this be added to gulp
?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top Results From Across the Web
More than 10 lines in a node.js stack error?
Easiest solution for that is to start your code with following: Error.stackTraceLimit = Infinity;. If you'd like to see stack trace that spans...
Read more >Ubuntu Manpage: slurm.conf - Slurm configuration file
AllowSpecResourcesUsage If set to 1, Slurm allows individual jobs to override node's configured CoreSpecCount value. For a job to take advantage of this ......
Read more >Server configuration - ARK: Survival Evolved Wiki - Fandom
OverrideOfficialDifficulty=5.0, Allows you to override the default server ... To allow your Server's Titanosaurs to be permanently tamed (namely allow them ...
Read more >User Guide :: Nsight Systems Documentation
Note additional switches on the command line will override switches in the file. This flag can be specified more than once.
Read more >skia / external / github.com / ocornut / imgui / refs ... - Google Git
Overwrite every file except imconfig.h (if you have modified it). ... Added ImGuiSliderFlags_Logarithmic flag to enable logarithmic editing.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I encoutered the node-flag problem like below gulp --page a
and i finnally found the solution: install gulp-cli globally
sudo npm install gulp-cli -g
@phated https://github.com/js-cli/js-flagged-respawn/pull/1