Open Bloomca opened 7 years ago
@Bloomca thanks for comment! I agree, yarn seems like a good replacement for npm. I've used npm here because it's an "in box" solution and I've decided not to spend extra time for yarn integration. But it's a good point for improvement :)
Well, it is actually very easy to integrate, I can even make a PR for it =).
You just install yarn
through npm
or brew
(I like brew more because then you don't have to link it in your .zshrc
), and then npm install package -> yarn add package
, and it updates yarn.lock
automatically.
@Bloomca if you want to make a PR please make sure to add required configuration to all currently used places:
for building and running docker container locally you can use this instructure.
Basically same thing as
npm-shrinkwrap
, but resolves dependencies a bit faster, and seems pretty stable.