无法在 Cloud9 中 运行 演示站点
Can't run demo site in Cloud9
我正在尝试开始使用 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)
您在 Node.js 中似乎是 运行 site.js 而不是 apache 中的 html 文件。
我正在尝试开始使用 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)
您在 Node.js 中似乎是 运行 site.js 而不是 apache 中的 html 文件。