-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: commons-ui
-
None
The way we manage dependencies might cause race conditions while building the webapps.
AT:
- a solution can be to use a npm-shrink-wrap.json file.
- another solution could be to use a require-js processing step to make your dependencies path absolut
However the current situation leads to failing webapp tests on the CI server sometimes.