Browsing tag

yarn

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 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 […]