tridium / gmaps-example

Example that integrates the Google Maps API into a Niagara 4.4 bajaux Web Widget.
Other
5 stars 8 forks source link

Missing files and broken URL #2

Open senrajdeep opened 5 years ago

senrajdeep commented 5 years ago

Hi ,

The discussion url is broken and I am got below error message when tried to implement it.Error: JavaException: java.io.FileNotFoundException: G:\N4.2\GMAPS\GMaps\GMaps-ux\build\tmp\buildjs.GMaps-ux.gmaps\moduleResources\js-ux\rc\handlebars\handlebars-v4.0.6.js

Can you suggest on this and if it is still working?

tridium commented 5 years ago

handlebars-v4.0.6.js does not exist in 4.2, only handlebars-v2.0.0.js. grunt-niagara should automatically fall back to the previous version but it may not be able to find it (it lives in the js-ux module). Is the niagara_home environment variable set to the correct value?

As a temporary workaround to get up and running, you can go into node_modules/grunt-niagara/conf/defaults/requirejsDefaults.js and remove the 4.0.6 version.