NPM Command Not Found - NodeJS Quick Fix

preview_player
Показать описание
How can NPM not be there when you have NodeJS installed? Quickly explained and easy fix.

When you install NodeJS like on Manjaro linux through Pacman, it doesn't necessarily install the NPM package manager.

You have to install it
Arch / Manjaro: sudo pacman -S npm
Ubuntu: sudo apt-get install npm

See My Full Software Courses

►►Help Make Future Videos Possible
➣ Shopping Amazon with My Link Helps with No Additional Cost to You

➣ Or You Can Support the Channel Directly
Bitcoin: 17Pn5PifFmRkHRAqCZQAom1ZjCiSf7qJjJ
Ethereum: 0x6f2781F382952c8caCDbE99C46F07c265ab59627

➣ Also Follow Me On
Рекомендации по теме
Комментарии
Автор

sorry for the mess i made in your youtube messages bro i just corrected myself many times xd

brububu
Автор

los que le dan dislike es porque están usando otra distribución, el comando que usa es para distribuciones basadas en Arch Linux. Para Debian, Ubuntu y derivadas seria: sudo apt install npm ...y para Redhat, Fedora y derivadas a través de yarn: sudo dnf install yarnpkg

romerflorestamayo