Using NVM on Windows
You can use the following command to check the current version and verify that you have Node.js installed on your system:
node -v
The terminal displays "v14.0.0" for our case.
The official repository can be accessed at https://github.com/nvm-sh/nvm for more details on the available commands and their usage.
The nvm utility can run on Linux, macOS, and Windows Subsystem for Linux (WSL). Two unofficial Windows alternatives are available:
- nvm-windows (available at https://github.com/coreybutler/nvm-windows)
- and nodist (available at https://github.com/marcelklehr/nodist).
You can now use Node.js packages like Express.js to build your backend application and frontend libraries and tools like Angular CLI on your development machine.
In the next tutorials, we'll be using npm to get our backend and frontend app dependencies set up.
- Author: Ahmed Bouchefra Follow @ahmedbouchefra
-
Date:
✋If you have any questions about this article, ask them in our GitHub Discussions 👈 community. You can also
Related posts
Mocking GraphQL with Apollo Server GraphQL APIs with Apollo Server & Apollo Studio [Part 2] GraphQL APIs with Apollo Server & Apollo Studio Watch and compile TypeScript code to JavaScript Setup TypeScript with Node.js & Express.js Setup the server with Node.js/Express.js/Apollo Storing data with PostgreSQL and TypeORM Using GraphQL and Apollo for front- and back-end integration Using NVM on Windows How to Use Node.js to Run JavaScript on Servers Modern full-stack single-page apps' architecture 99+ Web Development Projects Challenges