Beim Updaten von npm stieß ich auf folgendes Problem:
Code
[user@nuc ~]$ sudo npm cache clean -f
npm WARN using --force I sure hope you know what you are doing.
[user@nuc ~]$ sudo npm install -g n
/usr/local/bin/n -> /usr/local/lib/node_modules/n/bin/n
+ [email protected]
added 1 package from 4 contributors in 0.514s
╭────────────────────────────────────────────────────────────────╮
│ │
│ New patch version of npm available! 6.14.6 → 6.14.8 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.14.8 │
│ Run npm install -g npm to update! │
│ │
╰────────────────────────────────────────────────────────────────╯
[user@nuc ~]$ sudo n stable
cp: das Überschreiben des Nicht‐Verzeichnisses '/usr/local/share/man' mit Verzeichnis '/usr/local/n/versions/node/12.18.3/share/man' ist nicht möglich.
installed : v12.18.3 (with npm 6.14.6)
Alles anzeigen
Jemand eine Ahnung woran das liegt?