Closed lukehutch closed 8 years ago
why can't you use yarn already?
I can. I'm suggesting switching to using it for the examples and in the bootstrapper.
It seems a little premature to do all that.
Fair enough, closing.
One year down the line, would you still say it is premature? Can we potentially reopen this? Is Yarn the way to go now?
It’s supported in the cli now :)
@EisenbergEffect can we "unsupported" it? I am using NPM for dependencies and when I do, it will remove whole Aurelia project.
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.