Closed marzvrover closed 1 week ago
What happens if you try to update npm by hand? Via a brew update
or something?
@castrojo I was under the impression the intent is to update npm packages. Both brew update
and npm update
appear to work; with npm showing some warnings.
❯ brew update
==> Updating Homebrew...
Updated 1 tap (homebrew/cask).
==> Outdated Formulae
c-ares
You have 1 outdated formula installed.
You can upgrade it with brew upgrade
or list it with brew outdated.
~ took 4s
❯ brew upgrade
==> Upgrading 1 outdated package:
c-ares 1.34.2 -> 1.34.3
==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.3
######################################################################### 100.0%
==> Fetching c-ares
==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:ad86ef643c7
######################################################################### 100.0%
==> Upgrading c-ares
1.34.2 -> 1.34.3
==> Pouring c-ares--1.34.3.x86_64_linux.bottle.tar.gz
🍺 /home/linuxbrew/.linuxbrew/Cellar/c-ares/1.34.3: 176 files, 1.2MB
==> Running `brew cleanup c-ares`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /home/linuxbrew/.linuxbrew/Cellar/c-ares/1.34.2... (176 files, 1.2MB)
Removing: /var/home/marzvrover/.cache/Homebrew/c-ares_bottle_manifest--1.34.2... (7.3KB)
Removing: /var/home/marzvrover/.cache/Homebrew/c-ares--1.34.2... (364.5KB)
~ took 4s
❯ npm update
(node:12145) ExperimentalWarning: CommonJS module /var/home/linuxbrew/.linuxbrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /var/home/linuxbrew/.linuxbrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
up to date in 534ms
I believe this can be closed, this is mainly a Homebrew/NPM problem, im sorry but we arent explicitly supporting this (anymore). Hope you can fix that, try contacting people on the Universal Blue Discord
Describe the bug
ujust update
always ignores npm.It originally threw the error saying
/home/linuxbrew/.linuxbrew/lib/node_modules/npm/man/man7/package-spec.7
already exists. I renamed that file, but thepackage-json.5
file didn't work with the same workaround.npm log:
What did you expect to happen?
For it to update npm
Output of
rpm-ostree status
Output of
groups
Extra information or context
No response