When working with the Terminal
in VS Code on Windows one the most frequent difficulty that all developers face is that the Terminal
doesn't pick up local Node binaries, installed via npm install
.
For example when working in an npm project and after successfully installing aria
, if one tries to run it from the Terminal
will see the following error: