adopted-ember-addons / adopted-ember-addons/ember-moment

[ember-moment] attempted to set timezone, but moment-timezone is not setup.

Open
#313 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
398
Forks
120
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Research direction

Start by reading the reported environment.js configuration and checking ember-cli-build.js, then reproduce the error with the listed Ember CLI, Node, Bower, moment, and moment-timezone versions. Determine whether the timezone setup is recognized; done means documenting a confirmed cause and the required change or a minimal reproduction.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.