Welcome to the Linux Foundation Forum!

15.1 use process.argv[0]

Options

There is a hint given for lab 15.1 to use process.argv[0] to refer to the node process instead of 'node'. Can someone please explain why exactly that is. In most of the chapter examples we use process.execPath, why shouldn't we use that or node for this situation? I am assuming process.argv[0] is the first item in an array of arguments, but I would like to know more about it.

Comments

  • xdxmxc
    xdxmxc Posts: 139
    Options

    @emers0n they both work but execPath is better, content is being updated thanks for the feedback!

Categories

Upcoming Training