This is an issue in gtfs-validator-webapp module.
when we try to browse to the server to see feed validation reports, it's throwing an error 'failed to require jquery' module.
There is actually parameter name mismatch when calling function require('jquery') in index.html file. The parameter it should pass is 'components~jquery@[latest_version]'
This is an issue in gtfs-validator-webapp module. when we try to browse to the server to see feed validation reports, it's throwing an error 'failed to require jquery' module.
There is actually parameter name mismatch when calling function require('jquery') in index.html file. The parameter it should pass is 'components~jquery@[latest_version]'