asdf-nodejs icon indicating copy to clipboard operation
asdf-nodejs copied to clipboard

Node.js plugin for asdf version manager

Results 66 asdf-nodejs issues
Sort by recently updated
recently updated
newest added

Looks like the `node-build` defs are outdated: ```console $ asdf install nodejs 21.7.1 Trying to update node-build... ok node-build: definition not found: 21.7.1 ```

I'm using a MacOS M1 and trying to install the 18.12.0 version, but instead I receive an error message that suggests to use the flag `--compile`; I tried using the...

Hi, I'm getting this warning when installing nodejs: ``` > asdf install nodejs 20.11.0 .... asdf: Warn: You have configured asdf to preserve downloaded files (with always_keep_download=yes or --keep-download). But...

From original issue with more context: https://github.com/asdf-vm/asdf-ruby/issues/270 If `$ASDF_DATA_DIR` is set to a path with whitespace in it, the asdf-nodejs plugin cannot do the business: ```bash $ echo $ASDF_DATA_DIR /Users/user/Library/Application...

## Describe the Bug When trying to resolve latest lts node version, I'm getting the result I was not expecting. When I run `asdf nodejs resolve lts` it only outputs...

I know that there are some commands to install the LTS version and to show what's the current LTS version, but, is there a way to highlight the current LTS...

I'm wondering with upcoming corepack feature stabilization are there any ways to integrate it with asdf? Right now, it seem when we do `corepack enable` in one repo it enables...

help wanted

I'm very happy using asdf and this plugin. Thank you! I'm hoping to get a list of things to check to problem solve the fact that asdf is not loading...

It seems there have no LTS version to install but If i run this command `asdf nodejs resolve lts --latest-available `its available!

like: ``` nrm my-package --registry=http://my-registry.example.com/ ```