标签: node.js notifyjs
我正在尝试使用Notify.js为我的node.js应用程序实现通知: https://github.com/alexgibson/notify.js
当我这样做时:
var Notify = require('notifyjs');
启动应用时会立即返回此错误:
...\notify.js:18}(window, function (w, d) { ReferenceError: window is not defined
不确定如何继续。
提前致谢。