How to Download & Install Node.js in Visual Studio Code or Windows - Set up or Add npm in VS Code

Опубликовано: 02 Ноябрь 2024
на канале: SoftTrick
59
0

Link:- https://nodejs.org/en

In This Video We Will See How to Download & Install Node.js in Visual Studio Code or Windows or Set up or Add npm in VS CodeHere Are The Steps to Download & Install Node.js in Visual Studio Code or Windows or Set up or Add npm in VS Code1. As You Can See, When Typing npm, It Shows an Error. This Occurs Because Node.js is Not Installed.2. Click Kill Terminal Button to Completely Close The Terminal3. or If Multiple Terminals are Open, You Will See the Kill Terminal Button Next to the List of Terminals. Kill All the Terminals One by One.4. Close Visual Studio Code5. Open Your Browser6. Search nodejs in Google7. Click First Link:- https://nodejs.org/en8. Click "Download Node.js" Button to Download Node.js9. Wait for Download to Finish10. Click on the Node.js Installer to Install It Once It Has Downloaded.11. Click Run Button if You See Such Window12. Click Next Button13. Check 'I Accept the Terms in the License Agreement' & Then Click the Next Button.14. Click Next Button15. Click Next Button16. Check 'Automatically Install the Necessary Tools' If You Want To, & Then Click the Next Button.17. Click Install Button18. Wait for Installation Process to Finish19. Click Finish Button20. Minimize or Close Your Browser.21. Restart Your Computer22. Open Visual Studio Code.23. Click Terminal Tab24. Click "New Terminal"25. Type "npm -v" in the Terminal & Hit Enter on Your Keyboard to Check the Node.js Version & Confirm That It is Installed.26. It is Showing Node.js Version27. Type npm & Hit Enter on Your Keyboard to See if Other Options are Showing28. Done! You Can Also Create Nodejs Project & Run it.