DEV Community

Discussion on: A Linux Dev Environment on Windows with WSL, Docker, tmux and VSCode

 
sebastiandg7 profile image
Sebastián Duque G • Edited

I have dived into this setup and found an interesting behavior (a problem actually). Just opened a stackoverflow question to see if someone has done a similar setup. I have found a solution (workaround as of now, want to have other's opinion) but I'm posting it later, need some sleep.

Thread Thread
 
nickjj profile image
Nick Janetakis

I've never done anything like that but in your symlinks you have node.exe in the Windows path but then you put npm and npx. Shouldn't those also end with .exe?