We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dd2a79 + cf0ffff commit f6dc08cCopy full SHA for f6dc08c
lib/execjs/runtimes.rb
@@ -20,7 +20,7 @@ module Runtimes
20
21
Node = ExternalRuntime.new(
22
name: "Node.js (V8)",
23
- command: ["nodejs", "node"],
+ command: ["node", "nodejs"],
24
runner_path: ExecJS.root + "/support/node_runner.js",
25
encoding: 'UTF-8'
26
)
0 commit comments