gpt4 book ai didi

node.js - 无法使用终端执行我的node.js 代码

转载 作者:太空宇宙 更新时间:2023-11-03 23:56:11 25 4
gpt4 key购买 nike

我已经安装了 Node.js 版本 10.16.0 LTS。我在cmd中运行“node -v”命令来检查它是否安装正确。

创建了一个文件 hello.js在同一目录下运行cmd

错误消息显示:D:\nodeJS> Node

node hello.js Thrown: node hello.js ^^^^^ SyntaxError: Unexpected identifier

我在 .js 文件中编写的唯一代码行是:console.log("你好");

for(var i = 0; i < 10; i++){
console.log("hello");
}

最佳答案

您在 Node REPL 中运行了它。按两次 control + c 退出 Node REPL。然后运行命令 node hello.js

关于node.js - 无法使用终端执行我的node.js 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57019034/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com