You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/04/26 14:25:11 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue #3527: Traffic Portal build system uses local dependencies

ocket8888 opened a new issue #3527: Traffic Portal build system uses local dependencies
URL: https://github.com/apache/trafficcontrol/issues/3527
 
 
   Because of how the build system recursively copies the `traffic_portal/` directory, existing `node_modules` and `bower_components` dependencies directories in the locally-copied repo will be pulled into the build environment. This means that conflicting dependency versions can exist - which can cause the build to fail cryptically. Problem is easily fixed by deleting the local resources, but developers might be annoyed by that, so a better solution would be to just either destroy the dependency directories in the build system before running `bower install`/`npm install` or just not copying them in the first place.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services