conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Failed to require 'jquery' and 'bootstrap' modules #25

Closed mohangandhiGH closed 7 years ago

mohangandhiGH commented 7 years ago

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]'