ujust update npm failing
ujust update
deleting the symbolic link doesnt help, any idea whats causing this and how to fix?
Solution:Jump to solution
Either run
/home/linuxbrew/.linuxbrew/bin/npm update '--location=global' --force
or just disable npm update from topgrade6 Replies
are npm packages installed via brew?
Solution
Either run
/home/linuxbrew/.linuxbrew/bin/npm update '--location=global' --force
or just disable npm update from topgradeI usually install node and npm with nvm
I would say uninstall the brew version, and use nvm instead. But that's up to you
Yeah the brew one seems borked but some formulae depend on npm
i installed jsonlint with brew which has node as dependency, deleted the linter and all is fine again....so how would i install severall linters on atomic distros?
brew is not bad method, just disable npm update
also if you are using it for dev, maybe consider distrobox