Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@RinseRepeat aha. Crazy. Only thing I'm missing is how to add dev dependencies, or should one use npm.
-
VoidZero488y@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 -
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.
-
@stalinkay You can use the command yarn add --dev <package name> to add a dev dependencie
Related Rants
Anybody tried out yarn? Any thoughts?
undefined
yarn