Skip to content
Snippets Groups Projects

Resolve "Install broken with newer Yarn versions (at least 4.x)"

2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -35,6 +35,7 @@ class YarnAdapter(object):
def install(self, packages, *options):
"""Install packages from yarn"""
self.call_yarn(["init", "--yes"])
return self.call_yarn(['add'] + list(options) + list(packages))
def _accumulate_dependencies(self, data):
Loading