You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Having project B with a set of npm dependencies defined in gradle using the plugin syntax it's not possible to add project B as a dependency to project A without redefining all npm dependencies in project A.
doesn't work, because project A is missing some-dependency npm module.
Because of this it's hard to manage project with multiple subprojects, cause it results managing all dependiencies in a root project.
The text was updated successfully, but these errors were encountered:
Having project
B
with a set of npm dependencies defined in gradle using the plugin syntax it's not possible to add projectB
as a dependency to projectA
without redefining all npm dependencies in projectA
.i.e.
in project
B
:in project
A
doesn't work, because project
A
is missingsome-dependency
npm module.Because of this it's hard to manage project with multiple subprojects, cause it results managing all dependiencies in a root project.
The text was updated successfully, but these errors were encountered: