Nodejs
Errors
npm ERR! Tracker "idealTree" already exists
An annoying error when playing with docker/podman and installing NPM packages.
Solution: install it globally
npm install -g <pkg>
              
            npm ERR! Tracker "idealTree" already existsAn annoying error when playing with docker/podman and installing NPM packages.
Solution: install it globally
npm install -g <pkg>