Angular Google Maps Uncaught ReferenceError:_未定义

时间:2016-09-03 08:15:39

标签: angularjs google-maps maven angular-google-maps

我正在使用Maven + npm来使用Angular Google Maps。它工作正常,直到我将所有依赖项升级到最新版本,包括Angular到1.5.8

我甚至尝试将下划线作为依赖项,但它似乎也没有用。

在main.js内部

var angularGoogleMaps = require('angular-google-maps');

在Package.json

“角谷歌-地图”: “^ 2.3.4”

请给我一些建议。我已尝试过在Google上找到的所有内容,但无法解决此问题

1 个答案:

答案 0 :(得分:0)

对于任何想要回答我遇到的问题的人来说,这是我的发现:

Angular Google Maps 2.3.4与最新lodash version (tested with 4.15.0)存在一些兼容性问题。恢复为3.8.0没有帮助,所以我不得不切换到angular-google-maps 2.3.3,它可以与4.13.1一起使用。

在Github上打开了相同的票证,链接:_ coudn't be found