node-dev icon indicating copy to clipboard operation
node-dev copied to clipboard

Running node-dev caused a shortcut to get added in windows

Open ZachHaber opened this issue 3 years ago • 2 comments

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?

ZachHaber avatar Jul 23 '21 21:07 ZachHaber

If anyone else also landed here wanting to prevent this, use the --notify=false option. Maybe this should be the default too.

danferns avatar Mar 04 '22 15:03 danferns

...Maybe this should be the default too.

Yes it should

jeremyj563 avatar Apr 08 '22 21:04 jeremyj563