node-notifier的使用

最近在学习vue,发现手滑代码写错了,右上角里面有弹窗提示,觉得还蛮好用的,这边分享下

更多用法可参考官方文档:

https://github.com/mikaelbr/node-notifier

若无法打开可使用该链接:

https://gitcode.com/gh_mirrors/no/node-notifier/overview

根据弹窗名称在开始菜单里面找到了这个

继续深入,在该目录下(node_modules\.store\node-notifier@10.0.1\node_modules\node-notifier\vendor\snoreToast)找到了

如果只想临时关闭,可以前往系统的通知进行关闭

若不想要该功能可手动卸载,卸载命令 cnpm uninstall node-notifier

卸载完成后会发现报错了,找不到该模块

解决方案:

可前往build\utils.js该文件,搜索“node-notifier”,然后删除引用即可(如图所示第86行),

若还是报错,可搜索关键词“node-notifier”,将其他引用也删除掉

重新运行后正常

 

 

Tagged ,