简体   繁体   中英

Setting up Node.js on visual studio

I'm very new to coding and woukd love to learn but the problem is that I have previously followed a tutorial on how to set up python on visual studio and now i don't know how to set up nodejs on it I desperately need it if anyone can provide some help. I've already installed nodejs, i just don't know how to use it on vs

if you already installed nodejs that's pretty all. To run node you use cmd/terminal, in vs you can press "ctrl+`" to open terminal. then you type "node filename" to run it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM