7

Anybody tried out yarn? Any thoughts?

Comments
  • 2
    Still not perfect. Had a few issues with modules not resolving properly.
  • 1
    @RinseRepeat aha. Crazy. Only thing I'm missing is how to add dev dependencies, or should one use npm.
  • 2
    I'm sticking with npm for now
  • 3
    It's WAY faster then npm to install dependencies.
  • 0
    @stalinkay @RinseRepeat works on my machine! 😉

    And you can just use --save-dev for dev dependencies
    It is a lot faster than npm, but haven't used it that much yet
  • 0
    I used it on a 2 existing projects and I haven't experienced an issues thus far. I've definitely felt that it is faster. But let's wait and see.
  • 2
    @stalinkay You can use the command yarn add --dev <package name> to add a dev dependencie
Add Comment