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
Not really an issue just a helpful info. I can make a PR to readme if you like 😃.
There seems to be an issue with node-notifier mikaelbr/node-notifier#361
When running termin-buchen with npm start it would throw some Error -86 due to bad terminal-notifier binary.
To fix it just copy the app from brew install into the node module of node-notifier vendor directory.
Running in project root
Not really an issue just a helpful info. I can make a PR to readme if you like 😃.
There seems to be an issue with node-notifier mikaelbr/node-notifier#361
When running termin-buchen with
npm start
it would throw some Error -86 due to bad terminal-notifier binary.To fix it just copy the app from brew install into the node module of node-notifier vendor directory.
Running in project root
brew install terminal-notifier cp -i $(which terminal-notifier) ./node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier
Will work as long as you won't do
npm i
error trace i got for info
The text was updated successfully, but these errors were encountered: