[Bug 269959] devel/fnm: cannot install node
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Mar 2023 12:29:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269959 Bug ID: 269959 Summary: devel/fnm: cannot install node Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: alexey@ocaml.nl Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org ``` ❯ doas pkg install fnm Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The most recent versions of packages are already installed eldanna in ~ ❯ fnm install --latest Installing Node v19.7.0 (x64) error: Can't download the requested binary: v19.7.0 for x64 not found upstream. You can `fnm ls-remote` to see available versions or try a different `--arch`. eldanna in ~ ❯ fnm install --lts Installing Node v18.14.2 (x64) error: Can't download the requested binary: v18.14.2 for x64 not found upstream. You can `fnm ls-remote` to see available versions or try a different `--arch`. eldanna in ~ ❯ fnm ls-remote | egrep '19.7.0|18.14.2' v18.14.2 (Hydrogen) v19.7.0 ❯ fnm --version fnm 1.33.1 ❯ freebsd-version 13.1-RELEASE-p7 ``` -- You are receiving this mail because: You are the assignee for the bug.