-
Notifications
You must be signed in to change notification settings - Fork 26
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
Verbose mode #22
Comments
Hi @Johann-S, thanks but I don't plan on maintaining this library anymore, using this alternative should work on NodeJS v8+
Hope this helps! |
Yep that's work on Unix systems but not on my Win10 😣 Edit: |
do you mind sharing your workaround @Johann-S? Oh, you're the boostrap guy! nice to meet you! hahaha |
Nice to meet you too @endel 👍 Yep finally I did what you suggested but with some changes for my Angular project. I added a new command in the "ng-high-memory": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng" And I use this command to build my project like that: "build": "npm run ng-high-memory -- build", |
Hi,
Thank you for your node js plugin 👍
Is it possible to add an option to disable the call of
console.log
?The text was updated successfully, but these errors were encountered: