aurelia / bootstrapper

Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.
MIT License
75 stars 34 forks source link

Please consider switching to Yarn for Javascript package management #49

Closed lukehutch closed 8 years ago

lukehutch commented 8 years ago

I'm submitting a feature request

Please consider switching to Yarn over using raw npm, for Aurelia Bootstrapper and other js dep management for Aurelia.

See:

https://code.facebook.com/posts/1840075619545360

Yarn has many advantages over using npm directly. In particular, dependencies are not duplicated, and Yarn is much faster than npm.

MeirionHughes commented 8 years ago

why can't you use yarn already?

lukehutch commented 8 years ago

I can. I'm suggesting switching to using it for the examples and in the bootstrapper.

EisenbergEffect commented 8 years ago

It seems a little premature to do all that.

lukehutch commented 8 years ago

Fair enough, closing.

cornillemichiel commented 7 years ago

One year down the line, would you still say it is premature? Can we potentially reopen this? Is Yarn the way to go now?

EisenbergEffect commented 7 years ago

It’s supported in the cli now :)

Dhanielk commented 6 years ago

@EisenbergEffect can we "unsupported" it? I am using NPM for dependencies and when I do, it will remove whole Aurelia project.