How to survive and not get confused in the world of JavaScript tooling - package managers in this case.
npm, bower, yarn and a lot .. a lot of other solutions.
• 2points of failure: Heroku & GitHub • brak wersjonowania rejestru • migracja rejestru na GitHub - w trakcie (MVP już dostępne) - Moving Bower Registry to GitHub - GitHub.com : bower/components
jeszcze nie do końca kompatybilny z npm (zależności do plików) dependencies: { "my-package": "../my-package", } dependencies: { "my-package": "file:../my-package", } • jeszcze nie do końca multiplatformowy Windows 10: error An unexpected error occurred: "ENOENT: no such file or directory, open ‘{file-path}’