Uncaught TypeError: Cannot read property ‘Utils’ of null
quick_compile.js:142 Can not find module.module for path : preview-scripts/assets/Script/Utils/Utils.js
WebSocketManage.Instance.Initial();
public static get Instance(): WebSocketManage {
if (!this.instance == null) {
this.instance = new WebSocketManage();
}
return this.instance;
}
constructor() {
}
public Initial() {
}
这里就报错:CCDebug.js:216 Uncaught TypeError: Cannot read property ‘Initial’ of null
我也遇到相似的问题