You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have both dnf and yum, yum appears to be working why I try to reproduce, for the install and update commands at least.
Is npm still necessary to have on pc2?
We have both dnf and yum, yum appears to be working why I try to reproduce, for the install and update commands at least. Is npm still necessary to have on pc2?
I spoke with John, it seems we don't need NPM since yum works. It looks like Yum is the package manager for PC2.
Description
In the PC2 VM, you cannot install packages using
sudo npm i
,sudo yum install
, orsudo yum update
. This does work on the abacus vm.Steps to reproduce
In the PC2 VM, verify you are on the abacus folder and run any of the commands:
sudo npm i
,sudo yum install
, orsudo yum update
.Expected result
This should install any updates or packages needed to run on PC2.
Actual result
The terminal returns
command not found
or an error.The text was updated successfully, but these errors were encountered: