V
V
Valeria2019-12-18 01:29:24
Node.js
Valeria, 2019-12-18 01:29:24

"$" is not an internal or external command. nodejs. what to do, huh?

Installed the program from site. In webstorm, when given a command
$ node -v
, instead of a version, it gives this:

"$" is not an internal or external
command, executable program, or batch file.

Help me please. I know that it is necessary to change something in the environments. in PATH variables. But I don't know what exactly to write there.
thank!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Decadal, 2019-12-18
@lerabe

The dollar sign is a common notation for commands that are offered to be executed in the terminal.
Try typing the command without the dollar sign:
node -v

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question