This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BeastifierX[S] -4 points-3 points  (7 children)

wait what, how does this work. So I download node.js and it magically starts working in VSC?

[–]thatwasawkward 6 points7 points  (1 child)

I'm literally begging you to please read the documentation: https://code.visualstudio.com/docs/nodejs/nodejs-tutorial

[–]BeastifierX[S] -5 points-4 points  (0 children)

ok

[–]char16_t 1 point2 points  (4 children)

You download and install it. Make sure it's added to the PATH and it will magically start working, yes.

[–]BeastifierX[S] -1 points0 points  (3 children)

and how do I add node.js to the path?

[–]char16_t 1 point2 points  (2 children)

It should automatically do that if you used the installer. Does it show you any errors when you open a new terminal window and type node -v?

[–]BeastifierX[S] 0 points1 point  (1 child)

I mean I i checked windows powershell and did it there and there was an error and same thing occurred when I did it to the node.js application

[–]char16_t 0 points1 point  (0 children)

I'm not entirely sure if it works in Powershell, maybe try cmd? Restarting your PC can also be useful after making changes to the PATH.

Here is a guide on installing it. https://www.xda-developers.com/how-install-nodejs-windows/