nodejs
nodejs copied to clipboard
Install yarn?
... via an optional recipe nodejs::yarn
Is this something you'd rather see in a different cookbook?
you can install yarn with recipe npm_package, action :install
From the yarn install docs https://yarnpkg.com/en/docs/install#alternatives-tab
Note: Installation via npm is generally not recommended. npm is non-deterministic, packages are not signed, and npm does not perform any integrity checks other than a basic SHA1 hash, which is a security risk when installing system-wide apps.
For these reasons, it is highly recommended that you install Yarn through the installation method best suited to your operating system.
@ketan as for me it's better to create new cookbook, different from nodejs
@ketan I have written this cookbook for my projects, you can make use of it in order to install Yarn.
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
A separate yarn installation and yarn_package would be interesting features.