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

In this example the default packages are installed for `lts` and `14.17.0` versions: ```sh ~ ➜ asdf install nodejs lts Installing alias lts as 14.17.0 % Total % Received %...

Support for aliases was added in #176, which is great! However, the support [appears to use a dash-based naming convention](https://github.com/asdf-vm/asdf-nodejs/issues/134#issuecomment-764712355), which diverges from nvm's slash-based naming convention. If possible, it'd...

Package: `platformio-ide-terminal 2.10.0` ``` npm WARN lifecycle The node binary used for scripts is /home/alex/.asdf/shims/node but npm is using /usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for...

The [canonical `prefix` opt](https://docs.npm.red/misc/config#prefix) isn't set, so global installs are not present in the `lib` directory upon global require.

### Is your feature request related to a problem? Please describe In mac,while switch node version,such as `v16` switch to `v18`,the global npm packages which installed in `v16` will lose...

enhancement

Any ideas what's causing "Unexpected identifier" for `pipefail`?? ``` $ asdf plugin add nodejs $ asdf install nodejs 16.14.2 $ asdf global nodejs 16.14.2 $ npm install pm2 -g $...

[Node.JS's homepage](https://nodejs.org/en/) shows that `16.18.0` is the current LTS, but this plugin only goes up to `16.17.1`. And yes, I'm on the latest commit.

### Describe the Bug While working on a M1 and a legacy project I'm running into an error while trying to `npm ci`. I'm getting ``` No matching version found...

help wanted

I have the node version and yarn: ````bash asdf current nodejs 16.14.0 /home/raphael/.tool-versions yarn 1.22.19 /home/raphael/.tool-versions ```` I have already used the command: ````bash asdf reshim ```` I can run...

If you try to install an older version of node without a precompiled arm binary, nvm will automatically download the x86-64 version instead. asdf-nodejs will instead try (and almost certainly...