Views:
2,194β
Votes: 1β
β
Solution
Tags:
apt
18.04
nodejs
npm
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1068153
Title:
How do I run a global npm program when an ubuntu program has the same name?
ID:
/2018/08/23/How-do-I-run-a-global-npm-program-when-an-ubuntu-program-has-the-same-name_
Created:
August 23, 2018
Edited: August 25, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Assuming you donβt need the weather program ncu
which is causing the conflict, the easiest solution would be to uninstall it using:
npm uninstall -g ncu