adopted-ember-addons / adopted-ember-addons/ember-moment
[ember-moment] attempted to set timezone, but moment-timezone is not setup.
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 398
- Fork
- 120
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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!
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.