dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

no plugin found for google-maps.html #126

Closed schabluk closed 7 years ago

schabluk commented 8 years ago
While building for web.browser:
   error: no plugin found for google-maps.html in dburles:google-maps; a plugin for *.html was active when it was published but none is now

Error thrown from: https://github.com/meteor/meteor/blob/master/tools/isobuild/compiler-plugin.js

Meteor version 1.4 with SSR.

dburles commented 8 years ago

I'm happy to accept a PR for this one if you figure out the cause

nunof07 commented 7 years ago

This was happening to me in some projects.

The ones that were failing were using templating@1.0.11. I manually changed in the Meteor versions file to templating@1.2.15 and now it works.