nuxt-community / moment-module

Efficient Moment.js integration for Nuxt
MIT License
195 stars 12 forks source link

ERROR in ./.nuxt/moment.js Module not found: Error: Can't resolve 'moment/locale/en' #71

Closed bitbytebit1 closed 4 years ago

bitbytebit1 commented 4 years ago

Using the latest version of Nuxt 2.14.5

Followed the setup instructions:

yarn add --dev @nuxtjs/moment

nuxt.config.js

buildModules: {
['@nuxtjs/moment', 
  {
    defaultLocale: 'en',
    locales: ['en', 'se', 'fr']
  }
]
}

Errors: An error occurred Home page ERROR in ./.nuxt/moment.js Module not found: Error: Can't resolve 'moment/locale/en' in 'C:\Users\XXX\Documents\GitHub\xxxxxx\.nuxt'

Jessydan1 commented 3 years ago

Hey how do you fix this ?

LangRizkie commented 2 years ago

Need to reopen this :(