angular-google-maps
angular-google-maps copied to clipboard
Error: No cached version for https://github.com/ashsidhu/js-rich-marker.git
I'm trying to use this package with angular-meteor Meteor version 1.2 installing via bower
It works locally but I get a few console log errors:
google is not defined

and when starting up the server I get this:
Bower: js-rich-marker vundefined successfully installed
It still works locally though.
When I deploy in my server that's when it doesn't work, it completely crashes my app and renders my app unusable.
{
"name": "myApp",
"version": "0.0.0",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
".meteor/local/bower",
"test",
"tests"
],
"dependencies": {
"angular-credit-cards": "~2.3.5",
"angular-chart.js": "~0.8.8",
"ng-file-upload": "^12.0.4",
"datatables.net": "^1.10.11",
"fullcalendar": "^2.6.1",
"datatables.net-dt": "^1.10.11",
"angular-material-data-table": "^0.10.5",
"angular-google-maps": "^2.3.4"
},
"overrides": {
"angular": {
"main": []
}
},
"resolutions": {
"angular": "^1.4.0"
}
}