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 was archived by the owner on Nov 24, 2025. It is now read-only.
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.
Because of how the build system recursively copies the
traffic_portal/directory, existingnode_modulesandbower_componentsdependencies 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 runningbower install/npm installor just not copying them in the first place.