asdf-nodejs
asdf-nodejs copied to clipboard
Node.js plugin for asdf version manager
### Describe the Bug I installed node js as per instructions. Afterwards, I run the command with the following outputs: > asdf list nodejs 18.0.0 pnpm 7.0.0 > node -version...
Hi! I'm trying to install an Atom package, but it seems that `asdf` is preventing me to do so. Here is the output: ``` business@budproj on feature/get-key-result via ⬢...
Thank you for `asdf-nodejs` plugin, I've been using it for a few years now. Grateful for this free open source software. 🙇 Since https://github.com/asdf-vm/asdf-nodejs/pull/176 I changed my project to use...
Any tips on how to handle the below issues? ``` $> asdf --version v0.7.4 $> asdf which npx /Users/joshua/.asdf/installs/nodejs/11.10.1/.npm/bin/npx $> npx ERROR: You must supply a command. Execute binaries from...
### Describe the Bug I try to install asdf with nodejs plugin in an alpine docker container. While it works in an ubuntu 18.04 docker image, it fails in alpine....
Hi there. Maintainer of nodenv (and node-build) here. I only recently learned that asdf leverages node-build for installation of nodes. I'm reaching out to see if there is any interest...
Thanks for all the hard work on this plugin, it's been great for me! I have an issue that I believe is partially related to WSL1 with Ubuntu 18.04. I'm...
After installing the latest version of nodejs with `asdf install nodejs latest` and then setting it as global with `asdf global nodejs latest`, when I type `node`, it works as...
It would be useful if version specification could be supported in a manner similar, or the same, to how versions are handled in `package.json`. This could help lead to supporting...
Maybe it's just me, but I would prefer if the asdf-managed node.js does not change the default location for global node modules. It took me a while to figure out...