按照文档里写的
npm init -y
然后
npm install shake.js--save
项目里package.json有了,下载的js也有了,node-modules也有了
但是在页面引用就报错
import Shake from 'shake.js'
试了其他的npm包可以用,只有这个shake.js会报错,有人帮忙试一下吗,看看是不是只有我会这样****
reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->TypeError: undefined is not an object (evaluating 'global.document')
0 个回复