👉 Beginner's Javascript Course - bit.ly/Best_JavaScript_Course 👉NodeJS Download Link : nodejs.org/en/download/ 👉Subscribe - bit.ly/2OH9Jv5 👉 Blog Post - techdecodetutorials.com/web-development/how-to-run-javascript-in-visual-studio-code-on-mac-os-big-sur/ If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)
when he says "dont forget to save your code before running" he really means "if you forget this step you might try and reinstall everything and then have an existential crisis wondering why your code is not running" lmao
Brilliant job explaining how to get up and running with JS using Visual Studio Code!👍 Your tutorial was the only one I came across that discussed installing the snippets extension packages to quickly and elegantly run javascript in a REPL environment. Thank you.
Really it is the most simple explanation. I've watched a lot of videos on my native language and nobody was even close to explain how to run it.Thanks. But when I press ctrl-option-N all results appear in page Terminal, but not Output. How can i change that?
This video was quite informative, thanks! I tried running the program at the end too, but i keep getting the following error message; node:fs:573 return binding.open( ^ Error: ENXIO: no such device or address, open '/dev/tty' at Object.openSync (node:fs:573:18) at prompt (/Users/myname/node_modules/prompt-sync/index.js:67:10) at Object. (/Users/myname/index.js:4:13) at Module._compile (node:internal/modules/cjs/loader:1469:14) at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) at Module.load (node:internal/modules/cjs/loader:1288:32) at Module._load (node:internal/modules/cjs/loader:1104:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { errno: -6, code: 'ENXIO', syscall: 'open', path: '/dev/tty' } I've tried looking for answers online, but cant seem to find any, do you know what's wrong?
I have the same problem here in Javascript as in c as it says that my settings are showing a problem because I had changed them in the code runner app at the beginning of starting with html as you did in your tutorial
On mac book air m1, there is a bug in C and C++. It's not running in vs code. Help us to run C and C++ programs on Macbook air M1 in Vs Code. Help!!! plzzzzzzz
hey im having a very hard time i downloaded java but when i go on the terminal to check which version i have it says : login incorrect how can i revolve this issue
sir, i run the code by 8:03 but show the error: internal/validators:163, throw new ERR_INVALID_ARG_TYPE(name, 'string', value); I run at M1 pro / Node.js v18.13.0 Thanks
@@mujeeburrahman7022 Open Command Prompt (CMD) then type npm install prompt-sync and press enter. Make sure you have already installed npm on windows : ruclips.net/video/x_2sYpk75Ic/видео.html
👉 Beginner's Javascript Course - bit.ly/Best_JavaScript_Course
👉NodeJS Download Link : nodejs.org/en/download/
👉Subscribe - bit.ly/2OH9Jv5
👉 Blog Post - techdecodetutorials.com/web-development/how-to-run-javascript-in-visual-studio-code-on-mac-os-big-sur/
If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)
when he says "dont forget to save your code before running" he really means "if you forget this step you might try and reinstall everything and then have an existential crisis wondering why your code is not running" lmao
I'am googling, AI'ing and still can't find an easy way, UNTIL I saw your video!!!!! THANKS A LOT MAN!!!!!!!!!
Perfect, without further ado you get straight to the point. Good job sir 👍
Perfect tutorial, im currently studying as software engineer and this helped me to get started :)
Thank you for breaking this down step by step!
Thank you for not wasting time and getting straight to the point - Enjoy an extra sub :D
You're welcome! 😇
👉 Javascript Course - rebrand.ly/Javascript_Course
👉 Subscribe : rebrand.ly/FreeSubscription
Brilliant job explaining how to get up and running with JS using Visual Studio Code!👍 Your tutorial was the only one I came across that discussed installing the snippets extension packages to quickly and elegantly run javascript in a REPL environment. Thank you.
Always at your best. 100% working. Each video is to the point. 👍
You are always welcome 😊
This is the first time ever I'm commenting on a yt video. I just had to. Great job, it helped so much! Keep going 👍💯
very helpful! thank you so much!!!!
Thanks mr Tech decode, you have no idea how helpful this was for me👍
Thanks, worked liked a charm!
Thanks for the step by step instructions!
You're welcome!
Thank you so much for giving step by step instructions. This video is really helpful.
Works. Great, fast, straight forward video.
he is a life-saver to a programmer
Liked and subscribed. No bs absolute on-point video
You're welcome! 😇
👉 Javascript Course - rebrand.ly/Javascript_Course
👉 Subscribe : rebrand.ly/FreeSubscription
perfectly explained
and subed🧡
Really it is the most simple explanation. I've watched a lot of videos on my native language and nobody was even close to explain how to run it.Thanks. But when I press ctrl-option-N all results appear in page Terminal, but not Output. How can i change that?
Thank you very much!! Worked great :)
You're welcome! 😇
I Have a Gift for YOU 🎁
👉 Beginner's Javascript Course - skillshare.eqcm.net/FreeJavaScriptCourse
It's Free for 1 Month 🆓
amazing helpful video! thanks for the value. Where can I find the song you chose for this video sir?
Thank You for this easy to follow video. Highly recommended 👍
👉 Javascript Course - rebrand.ly/Javascript_Course
👉 Subscribe : rebrand.ly/FreeSubscription
Thankyou so much ! it helped a lot
Nice video bro! You helped me so much!!
Glad I could help 😇
I Have a Gift for YOU 🎁
👉 Beginner's Javascript Course - skillshare.eqcm.net/FreeJavaScriptCourse
It's Free for 1 Month 🆓
Thanks man really helped alot !
Glad it helped! 😇
I Have a Gift for YOU 🎁
👉 Beginner's Javascript Course - skillshare.eqcm.net/FreeJavaScriptCourse
It's Free for 1 Month 🆓
thanks man it worked for me
Good to hear
Thanks for sharing sir it was handy.
thanks a lot brother.❤❤❤
Thank you so much the video is really informative
Glad it was helpful! 😇
I Have a Gift for YOU 🎁
👉 Beginner's Javascript Course - skillshare.eqcm.net/FreeJavaScriptCourse
It's Free for 1 Month 🆓
Thanks for the help.
This video was quite informative, thanks! I tried running the program at the end too, but i keep getting the following error message;
node:fs:573
return binding.open(
^
Error: ENXIO: no such device or address, open '/dev/tty'
at Object.openSync (node:fs:573:18)
at prompt (/Users/myname/node_modules/prompt-sync/index.js:67:10)
at Object. (/Users/myname/index.js:4:13)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
errno: -6,
code: 'ENXIO',
syscall: 'open',
path: '/dev/tty'
}
I've tried looking for answers online, but cant seem to find any, do you know what's wrong?
Amazingly explained
Dude which video editor do you use for editing and screen recording your videos?
perfect tutorial
My keyboard is not printing the code but : [Done] exited with code=0 in 0.422 seconds
instead. Is there a fix?
me too
whats the solution
what a guy this works
I have the same problem here in Javascript as in c as it says that my settings are showing a problem because I had changed them in the code runner app at the beginning of starting with html as you did in your tutorial
This might help : code.visualstudio.com/docs/getstarted/settings
very helpful thank you I was stuck for 1 day I solve it now thank you very much
i have one question for u, do u need to install the npm every time u create a new project?
No
Please make tutorial on git and github for mac
Thanks for the suggestion.
bro please do a video on running css on vs code. waiting for your reply.
Hey there, can you please tell me how to install c++ compiler on m1 mac
Sure.
Link : ruclips.net/video/KhGnYWplLVo/видео.html
Not Working.....Make new Video. That video not belongs to M1 chip.
thank you so much
THANK YOU SO MUCH
Thanks a lot!
I am getting the Error: Cannot find module 'prompt-sync' . How to fix it ?
On mac book air m1, there is a bug in C and C++. It's not running in vs code.
Help us to run C and C++ programs on Macbook air M1 in Vs Code.
Help!!!
plzzzzzzz
Watch this video : ruclips.net/video/KhGnYWplLVo/видео.html
really nice video
why do i need these extensions for this to run?
I did write the command npm install prompt-sync but it is still showing Error: Cannot find module 'prompt sync'.
thanks bro
Thankyou!
Welcome! 😇
👉 Javascript Course - rebrand.ly/Javascript_Course
👉 Subscribe : rebrand.ly/FreeSubscription
hey im having a very hard time i downloaded java but when i go on the terminal to check which version i have it says : login incorrect how can i revolve this issue
Thanks
thnks
thanks!
Welcome!
sir, i run the code by 8:03 but show the error:
internal/validators:163,
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
I run at M1 pro / Node.js v18.13.0
Thanks
It keeps sayin "zsh: command not found: node--version" I've tried uninstalling it and re-downloading it but nothing works
Thank youuuuuuuuuuuuuu
not working terminal just returns blank
after installation step if i clicking in continuous its shpwing for me installation failed how to solve this problem can anyone help????
best!
Rip Techno
Error: Cannot find module 'prompt-sync' ------ i got this error. please help me
Open terminal and type
npm install prompt-sync
@@TechDecode i did this but not working. I follow your video step by step
sir i am using window
@@mujeeburrahman7022 Open Command Prompt (CMD) then type
npm install prompt-sync and press enter.
Make sure you have already installed npm on windows : ruclips.net/video/x_2sYpk75Ic/видео.html
same with me at mac idk how
it wroked omg
You're awesome, thanks mate. You help me a lot
Thank you so much!
thanks
thanks
Thanks