Uncaught TypeError:b不是nodejs(电子)中的函数

我从npm包pipe理器安装gentelella模板,我想包括这样的PNotify脚本(CSS包含在顶部):

<!-- jQuery --> <script src="node_modules/gentelella/vendors/jquery/dist/jquery.min.js"></script> <!-- PNotify --> <script src="node_modules/gentelella/vendors/pnotify/dist/pnotify.js"></script> 

但是,当我执行应用程序,我得到这个错误:

 pnotify.js:6 Uncaught TypeError: b is not a function at q (pnotify.js:6) at pnotify.js:31 at pnotify.js:6 at pnotify.js:6 

但是当我使用浏览器执行index.html它工作正常 ,为什么?

谢谢!

看来jQuery没有正确加载。

我这样做,它的工作:

Electron:jQuery没有定义