想知道这里是否有人已经得到 pnotify 工作;尝试使用 npm 包时出现以下错误(在服务器上,在构建时):
import pnotify from 'pnotify';
Error: jQuery requires a window with a document
at module.exports (...\node_modules\jquery\dist\jquery.js:31:12)
at s (...\node_modules\pnotify\dist\pnotify.js:6:386)
我猜它与jquery依赖有关?
-- pnotify@3.2.0
-- jquery@3.2.1
如果它有所作为,我正在使用 BlazeLayout...
我也尝试过使用大气包,但无济于事 import { PNotify } from 'meteor/s2corp:pnotify'
有任何想法吗?