1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/yarn/README.rst

25 lines
694 B
ReStructuredText
Raw Normal View History

2019-05-05 01:55:50 +00:00
.. |ss| raw:: html
<strike>
.. |se| raw:: html
</strike>
.. |nbsp| unicode:: 0xA0
:trim:
==================
yarn README
==================
2019-05-06 02:34:47 +00:00
Yarn is an alternative to npm that is becoming more widely used though there is
still intense npm v. yarn debate.
2019-05-05 01:55:50 +00:00
2019-05-06 02:34:47 +00:00
It's used for the internetarchive role partly because its faster and with MUCH
less confusing error messages, partly because it does a better job of
deduplicating nested modules - reducing disk and bandwidth usage but more
importantly because the resulting node_modules is deterministic, so we can
reach down and link to inner modules (dweb-archive and dweb-transports in
particular) with certainty about where they will be.