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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
when running npm install, the build eventually hangs after webpack. if I take a look at what processes are running there are three instances of terminal-notifier; killing these processes allows the build to continue. seems to only happen in tmux so it is likely this issue: julienXX/terminal-notifier#115
unfortunately the work-around listed there isn't working for me, but honestly I would rather not have to maintain a single platform hack in my dotfiles anyway. I don't even want the notifications in the first place.
it doesn't seem like webpack-notifier or terminal-notifier have an option to disable sending notifications, so maybe an option to disable webpack-notifier via an env var can be added to the Brave build?
Platform (Win7, 8, 10? macOS? Linux distro?):
macOS
Is this an issue in the currently released version?
no, not a browser issue
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
when running
npm install
, the build eventually hangs after webpack. if I take a look at what processes are running there are three instances ofterminal-notifier
; killing these processes allows the build to continue. seems to only happen in tmux so it is likely this issue:julienXX/terminal-notifier#115
unfortunately the work-around listed there isn't working for me, but honestly I would rather not have to maintain a single platform hack in my dotfiles anyway. I don't even want the notifications in the first place.
it doesn't seem like
webpack-notifier
orterminal-notifier
have an option to disable sending notifications, so maybe an option to disablewebpack-notifier
via an env var can be added to the Brave build?Platform (Win7, 8, 10? macOS? Linux distro?):
macOS
Is this an issue in the currently released version?
no, not a browser issue
Where in the build it hangs:
The text was updated successfully, but these errors were encountered: