Search Criteria
Package Details: fnm-bin 1.31.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/fnm-bin.git (read-only, click to copy) |
---|---|
Package Base: | fnm-bin |
Description: | Fast and simple Node.js version manager, built in Rust |
Upstream URL: | https://github.com/Schniz/fnm |
Licenses: | GPL3 |
Conflicts: | fnm, fnm-git |
Provides: | fnm |
Submitter: | Ugzuzg |
Maintainer: | Ugzuzg |
Last Packager: | Ugzuzg |
Votes: | 12 |
Popularity: | 0.170141 |
First Submitted: | 2019-02-27 10:57 (UTC) |
Last Updated: | 2022-08-09 14:26 (UTC) |
Latest Comments
kschat commented on 2022-08-09 14:02 (UTC)
This package provides "nodejs", which makes it incompatible with any package that requires a LTS version of node (e.g. nodejs-lts-gallium). Due to this, I currently can't have fnm-bin and bitwarden installed at the same time.
Ugzuzg commented on 2022-01-30 19:01 (UTC)
@alumni, sure, thanks for the suggestions.
alumni commented on 2022-01-30 17:44 (UTC) (edited on 2022-01-30 18:51 (UTC) by alumni)
Nice that you update this package within hours of a release :)
There also are ARM builds of fnm available (e.g. aarch64 -> fnm-arm64.zip, armv7h -> fnm-arm32.zip). Could you please add them? Thanks!
Also, could you setup shell completions after install/upgrade? e.g.:
fnm completions --shell bash > /usr/share/bash-completion/completions/fnm
fnm completions --shell zsh > /usr/share/zsh/site-functions/_fnm
fnm completions --shell fish > /usr/share/fish/vendor_completions.d/fnm.fish
Later edit: completions are nicely done here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fnm
davvelsan commented on 2019-11-10 12:18 (UTC)
PKGBUILD for 1.16.0: https://pastebin.com/Cyt4CFjU
Two lines changed:
alexadusselo commented on 2019-08-12 21:12 (UTC)
Every day, these same people wonder how they will come up with the cash to get the business off the ground. http://www.megadede.one/
Marina89 commented on 2019-06-03 09:36 (UTC)
Your site is truly cool and this is an extraordinary moving article. https://happywheels3d.io
wezm commented on 2019-06-02 23:06 (UTC)
Here is a patch for 1.11.0. It also changes the source line to be tied to the version so that
makepkg
notices the version change. Previously it thought it had already downloaded the source (which was the previous version) and then the checksum would fail.