ansible-role-nodejs icon indicating copy to clipboard operation
ansible-role-nodejs copied to clipboard

Ansible Role - Node.js

Results 24 ansible-role-nodejs issues
Sort by recently updated
recently updated
newest added

I'm not sure if it's just me encountering this issue: unable to install `gnupg2` on Ubuntu 22.04: ``` apt install gnupg2 Reading package lists... Done Building dependency tree... Done Reading...

stale

The Nodesource repositories unified their codenames and provide updates only for the new `nodistro` tag, which is supposed to be used across all supported operating systems. With an existing installation...

I'm use: ``` :~/nodejs-nvm$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy :~/nodejs-nvm$ ansible --version ansible 2.10.8 config file =...

The changes merged in b525bfe seem to have broken this package on RHEL9. During the "Import Nodesource RPM Key" stage, it throws a `warning: Signature not supported. Hash algorithm SHA1...

Not even working with version 16.x or 18.x: ``` An exception occurred during task execution. To see the full traceback, use -vvv. The error was: apt_pkg.Error: E:Malformed entry 1 in...

stale

https://github.com/geerlingguy/ansible-role-nodejs/blob/b525bfebb76374eaa116f499adc99e50e0a8a78b/tasks/setup-Debian.yml#L21 ![image](https://github.com/geerlingguy/ansible-role-nodejs/assets/25404248/49579e00-4464-4c2e-8ba8-fe56b27bf905)

stale

after upgrade to `7.0.0`, find notice with `apt update` ``` N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' doesn't support architecture 'i386' ``` with various architectures,...

stale

Fix https://github.com/geerlingguy/ansible-role-nodejs/issues/160

stale

Hello, I use following conf : ``` - role: geerlingguy.nodejs vars: nodejs_version: "20.x" ``` this conf installs node v20.5.1 I'd like to install v20.17.0, but my target version is not...