geerlingguy / ansible-role-nodejs

Ansible Role - Node.js

Home Page:https://galaxy.ansible.com/geerlingguy/nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for corepack to install package managers

vigneshgurusamy opened this issue · comments

Node has an experimental module corepack to install the package managers like yarn, pnpm.

Corepack available since Node 16.10

Node module: https://nodejs.org/docs/latest-v16.x/api/corepack.html

Yarn docs: https://yarnpkg.com/getting-started/install

Will it be possible to add them into this role?