node-dev
node-dev copied to clipboard
Running node-dev caused a shortcut to get added in windows
As in the title, the first time I ran node-dev, a shortcut got entered into my windows startmenu for SnoreToast.
Installing shortcut: "C:\\Users\\userId\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\SnoreToast\\0.7.0\\SnoreToast.lnk" "C:\\code\\project\\node_modules\\node-notifier\\vendor\\snoreToast\\snoretoast-x64.exe" Snore.DesktopToasts.0.7.0
Can you make it so that any sort of startmenu manipulation, or things outside of the project are strictly opt-in?
If anyone else also landed here wanting to prevent this, use the --notify=false
option. Maybe this should be the default too.
...Maybe this should be the default too.
Yes it should