1

我正在尝试打包我用 node-webkit 开发的 Game Closure webapp,但是当我尝试用 nw.exe 打开它时,它给了我这个错误:

Uncaught node.js Error 

ReferenceError: GLOBAL is not defined
    at new ENV_node (file:///C:/Users/FRANCE~1.FRA/AppData/Local/Temp/nw8148_5336/index.html:592:18)
    at Function.jsio.setEnv (file:///C:/Users/FRANCE~1.FRA/AppData/Local/Temp/nw8148_5336/index.html:560:11)
    at init (file:///C:/Users/FRANCE~1.FRA/AppData/Local/Temp/nw8148_5336/index.html:571:9)
    at eval (file:///C:/Users/FRANCE~1.FRA/AppData/Local/Temp/nw8148_5336/index.html:1170:10)
    at eval (file:///C:/Users/FRANCE~1.FRA/AppData/Local/Temp/nw8148_5336/index.html:1176:3)

我认为问题可能与某些不起作用的导入有关(可能是 jsio?)。有人可以建议我发生了什么吗?显然,如果我在浏览器中打开它(在 Chrome 和 Firefox 上测试),该应用程序可以完美运行。

4

0 回答 0