Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Add Support for Yarn #354

Closed
mizziness opened this issue May 17, 2021 · 1 comment
Closed

Add Support for Yarn #354

mizziness opened this issue May 17, 2021 · 1 comment
Labels
enhancement Not really required but improves quality of life
Milestone

Comments

@mizziness
Copy link

Description

Currently, Nitro supports npm out of the box, but requires a few extra steps if your project uses yarn:

Workaround:

$ nitro ssh
$ npm install yarn
$ ./node_modules/yarn/bin/yarn install

And you'll need to do this, or run a script to do it, each time you recreate the containers. It would be very nice if npm and yarn were both supported options.

@mizziness mizziness added the enhancement Not really required but improves quality of life label May 17, 2021
@jasonmccallister jasonmccallister added this to the 3.0 milestone Aug 5, 2021
@angrybrad angrybrad mentioned this issue Aug 30, 2021
Closed
@jasonmccallister
Copy link
Member

Hi, we are closing this issue as we have decided to retire Nitro, so no additional work will occur on this project. You can read the official blog post here https://craftcms.com/blog/retiring-craft-nitro. We appreciate everyones feedback and involvement and we look forward to refocusing our efforts on Cloud!

If you're looking for a new local development environment, we recommend DDEV and have a knowledge base article to help you with the transition: https://craftcms.com/knowledge-base/migrating-from-craft-nitro-to-ddev.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Not really required but improves quality of life
Projects
None yet
Development

No branches or pull requests

2 participants