deprecation warning when setting locale options · Issue #3043 · moment/moment

I'm including moment as follows: var moment = require('moment'); moment.locale('en', { week: { dow: 1 // Monday is the first day of the week. } }); As soon as I run this code in Node I get: Depreca...