Browsing tag

nodejs

How to Install Yarn on Ubuntu 22.04 / Ubuntu 20.04

Yarn is a package manager for Node.js that allows developers to manage Javascript application dependencies. It is an alternative to the NPM (Node Package Manager) installed during the Node.js installation. With Yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install […]

How to Install Node.js on Ubuntu 22.04

Node.js is an open-source, cross-platform, backend JavaScript runtime environment mainly used for developing web applications and network tools. It is built on Chrome’s V8 JavaScript engine, developed Node.js by Ryan Dahl in 2009, and maintained by OpenJS Foundation. Here, we will see how to install Node.js on Ubuntu 22.04. Install Node.js On Ubuntu 22.04 You […]

How to Install Node.js on Fedora 35 / Fedora 34

Node.js is an open-source, cross-platform JavaScript runtime environment for developing server-side applications. It uses an event-driven, non-blocking I/O model that makes it lightweight and effective, ideal for data-intensive real-time applications that run across distributed devices. Here, we will see how to install Node.js on Fedora 35 / Fedora 34. Install Node.js on Fedora 35 You […]

How to Install Yarn on Debian 11 / Debian 10

Yarn is a package manager for JavaScript that runs on Node.js, allowing developers to manage their application dependencies. Using yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install Yarn on Debian 11 / Debian 10. Install Node.js and npm on […]

How to Install Node.js and npm on Debian 11

Node.js is an open-source, cross-platform JavaScript runtime environment for developing server-side applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Here, we will see how to install Node.js on Debian 11. Install Node.js on Debian You can install Node.js using […]