adopted-ember-addons / adopted-ember-addons/ember-moment
[ember-moment] attempted to set timezone, but moment-timezone is not setup.
未关闭
- 主要语言
- JavaScript
- 星标
- 398
- 派生
- 120
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm getting `[ember-moment] attempted to set timezone, but moment-timezone is not setup.` and I've read through the other issues in this repo and tried everything with no luck.
```
$ ember -v
ember-cli: 2.18.2
node: 10.14.2
```
```
$ bower list
├── moment#2.24.0
├─┬ moment-timezone#0.5.25
│ └── moment#2.24.0
```
```
// environment.js
module.exports = function(environment) {
let ENV = {
// ...
moment: {
includeTimezone: 'all'
}
};
return ENV;
};
```
Nothing related to moment in `ember-cli-build.js`.
Any ideas? Thanks!
贡献指南
评估
这个 Issue 还没有评估数据。