Have done a lot of googling, tried reinstalling node.js using the official installer, but my npm pathing still doesn\'t work.
This doesn\'t work
npm
When you're on Windows but running VS Code in Windows Subsystem for Linux like this
Windows
VS Code
Windows Subsystem for Linux
linux@user: /home$ code .
you actually want to install NodeJs on Linux with
NodeJs
Linux
linux@user: /home$ sudo apt install nodejs
Installing NodeJs on Windows, modifying PATH and restarting will get you no results.
PATH