Ignite: Yarn the install

Created on 21 Oct 2016  路  3Comments  路  Source: infinitered/ignite

As of right now, when you ignite a new project we're installing with npm.

As you might guess, this is sloowwwwwww.

We'd love to detect if you have yarn installed. If you do, we use it, if not we use npm.

The detection should be shared for other generators, but the ultimate place it should be used for now, is our app generator.

Most helpful comment

Sure! First read this: https://github.com/infinitered/ignite/wiki/Intro-to-Contributing-to-Ignite
Then, let me know your questions. I'll answer them by updating the doc so that future contributors will know!

All 3 comments

Hi, I'd like to try this out. Can you give me a quick start on where should I work on (ignite/ignite-generator/src/app/index.es)?

Sure! First read this: https://github.com/infinitered/ignite/wiki/Intro-to-Contributing-to-Ignite
Then, let me know your questions. I'll answer them by updating the doc so that future contributors will know!

In ignite 2, we detect yarn and install using it (where we can -- sometimes it's just broken!)

Was this page helpful?
0 / 5 - 0 ratings