-
Notifications
You must be signed in to change notification settings - Fork 320
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
Doesn't work on nexe #377
Comments
Doesn't work for me either Version |
I think I found something. It seems to be related to the My notifierOptions:
Debug log
Seems that somewhere along the way the |
Although the documentation note |
Found the problem. Opened a PR |
@lee1409 |
Alright thanks @yoavain ! Will try it when I'm available |
Fix issue #377: Fix customPath option in WindowsToaster constructor
I was trying to compile my node project into .exe using Nexe. I'm clueless because node-notifier does work on node but not .exe. The .exe file doesn't display any error or something that can give me some hints about what kind of problem I encountered.
Version
"node-notifier": "^10.0.0",
"nexe": "3.3.7"
The text was updated successfully, but these errors were encountered: