Nodejs

Errors

npm ERR! Tracker "idealTree" already exists

Source

An annoying error when playing with docker/podman and installing NPM packages.

Solution: install it globally

npm install -g <pkg>