Using both moment and moment tz
Remove moment
as a separate package in your package.json and reference moment-timezone
whenever you need an instance of the moment object. In fact, if you don't and you're referencing both packages separately, you'll be loading two largely identical versions of moment.
The documentation referenced by @RobG in his comment is correct, it's just that the moment-timezone
package itself loads moment
as a dependency.