nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Install yarn?

Open ketan opened this issue 8 years ago • 6 comments

... via an optional recipe nodejs::yarn

Is this something you'd rather see in a different cookbook?

ketan avatar Feb 09 '17 18:02 ketan

you can install yarn with recipe npm_package, action :install

eagleeye avatar Feb 23 '17 09:02 eagleeye

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 avatar Feb 23 '17 09:02 ketan

@ketan as for me it's better to create new cookbook, different from nodejs

eagleeye avatar Feb 23 '17 09:02 eagleeye

@ketan I have written this cookbook for my projects, you can make use of it in order to install Yarn.

aspyatkin avatar Aug 23 '17 17:08 aspyatkin

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.

github-actions[bot] avatar Sep 30 '20 00:09 github-actions[bot]

A separate yarn installation and yarn_package would be interesting features.

MarkGibbons avatar Oct 02 '20 18:10 MarkGibbons