I have run into an odd issue. I am using Visual Studio Code v 1.16 on Windows 10, and I have installed node v6.11.3 to run on my local machine. When I check the version number under the Terminal in VS code. It returns 0.12.2, and I cannot access the newer version of node. Which is causing issues with development.
Can someone please tell me how to change the version of Node.js in VS code?
Edit 1: I have attempted the solution found here Visual Studio Task Runner "SyntaxError: Use of const in strict mode."
I was not able to resolve the issue this way.