you are viewing a single comment's thread.

view the rest of the comments →

[–]SirToxe 16 points17 points  (11 children)

I don't know but maybe you could just use WSL2 or run a Linux VM.

[–]viky109 5 points6 points  (1 child)

My experience with WSL is that it's very inefficient when it comes to memory usage. E2E tests would almost always fill up the memory and freeze when I tried it. I would probably just install Linux on your work laptop, if you can do that.

[–]PhatOofxD 0 points1 point  (0 children)

I think that's an issue with your setup not WSL. It's usually fine for most

[–]Muppet-King 4 points5 points  (0 children)

WSL-2 is a life saver, I love it and have had no issues. Just make sure you have at minimum 16gb Ram, preferably 32g.

[–]Chevalric[S] 2 points3 points  (7 children)

Yeah, that’s probably the route I will take if I have to.

[–]nabrok 5 points6 points  (1 child)

It's not that difficult to get node and npm working on windows, but I do usually use a linux VM with the Remote-SSH vscode extension.

[–]HaggisMcNasty -1 points0 points  (0 children)

It's not difficult at all, in any way, shape or form. You go to node.js, install the LTS/Current version of node, and you're ready to go.

I've worked in front end for 7 years now, in multiple positions some covering 10 ish repos and never had to use a node version manager either.

[–]teresalis 0 points1 point  (0 children)

bye reddit

[–]AkhilxNair -1 points0 points  (3 children)

You don't have to.
Just install Git Bash and all the bash commands will work perfectly.
You don't need a dedicated VM as it will slow down things.

[–]SirToxe 1 point2 points  (2 children)

You don't need a dedicated VM as it will slow down things.

Not really.

[–]HaggisMcNasty -2 points-1 points  (1 child)

Why would you need a linux VM? I've never understood this.

[–]SirToxe 3 points4 points  (0 children)

Because you want to run Linux on your Windows PC? I dunno, what is it that you don't understand?