LoginSignup
0
0

More than 1 year has passed since last update.

test.js: line 1: syntax error near unexpected token `(' の解決例

Last updated at Posted at 2022-12-03

何が起きた?

ソースコード上(vscode上)ではエラーがないのに実行しようとするとエラーが発生した。

原因

実行コマンドを間違えていた。(sh test.jsと打っていた。)

解決方法

node test.jsで実行できた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0