asdf-nodejs
asdf-nodejs copied to clipboard
Node.js plugin for asdf version manager
Since nvm [v0.40.0](https://github.com/nvm-sh/nvm/releases/tag/v0.40.0) `.nvmrc` may contain comments. [[New] allow .nvmrc files to support comments](https://github.com/nvm-sh/nvm/commit/29dce5edfd0976f9a1728c5746715c24061fd404) --- .nvmrc ``` # comment 20.16.0 ``` This will not work anymore: https://github.com/asdf-vm/asdf-nodejs/blob/c36e6f065d31437786e587de50f32c85b4972188/bin/parse-legacy-file#L8
### Describe the Bug In short: When asdf is installed with homebrew, installing nodejs packages globally will send them to /opt/homebrew instead of ~/.asdf I don't recall seeing this issue...
After upgrading ASDF to version 0.17.0 using Brew, npm stopped working entirely — even though node is correctly installed and recognized. This issue did not occur before the upgrade, and...
Hey, 👋 Hope you are doing well! This bug report is for the ASDF `nodejs` plugin command `resolve` no longer supporting the versioning strategies as arguments to the tool, as...
Hi. The plugin does not have any (command line accessible) documentation and I did not find a ticket for adding it it so I thought I'd add one, for anyone...
Running this command is not working ```sh asdf nodejs nodebuild --version ``` Returns this > error running extension command: Plugin named nodejs does not have a extension command named P.S....