node.js安装后无法运行js脚本,并且node --help命令也报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node.js安装后无法运行js脚本,并且node --help命令也报错相关的知识,希望对你有一定的参考价值。
我是官网下载的windows安装,然后直接点击next完成安装的。安装后,可以使用console.log()命令,但是无法运行js脚本,并且都报一个错误:
SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:44:10)
at REPLServer.defaultEval (repl.js:117:23)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer.<anonymous> (repl.js:279:12)
at REPLServer.emit (events.js:107:17)
at REPLServer.Interface._onLine (readline.js:214:10)
at REPLServer.Interface._line (readline.js:553:8)
at REPLServer.Interface._ttyWrite (readline.js:830:14)
at ReadStream.onkeypress (readline.js:109:10)
我是js小白,希望大家指出错误,帮忙改正,谢谢大家
当你使用由cin 输入的数据的时候,你不得不假设程序的用户将会完全合作而不会在程序要求输入整数的时候输入他的名字。后面当我们看到怎样使用字符串的时候,我们将会同时看到一些解决这一类出错问题的办法。 参考技术A js脚本语法错误. 请确认脚本是否写错 参考技术B 你确定你没有用es6语法?
以上是关于node.js安装后无法运行js脚本,并且node --help命令也报错的主要内容,如果未能解决你的问题,请参考以下文章