无法在Cloud9中运行演示站点

时间:2015-03-03 22:17:59

标签: cloud9-ide

我正在尝试开始使用cloud9。我创建了以下html文件:

<html>
    <body>
        <h1>Hello</h1>
    </body>
</html>

当我尝试跑步时,我得到了

ReferenceError: document is not defined
    at Object.<anonymous> (/home/ubuntu/workspace/html/js/site.js:1:63)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.runMain [as _onTimeout] (module.js:497:10)
    at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)

1 个答案:

答案 0 :(得分:1)

看起来你在Node.js中运行site.js而不是apache中的html文件。

相关问题