You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to import locales: ['id'] but always get this error in generate / build mode, any clue?
Error: [worker] Cannot find module 'D:\bizhare\bizhare-nuxt\node_modules\moment\locale\id' imported from D:\bizhare\bizhare-nuxt\node_modules\.cache\nuxt\nitro\index.mjs │
│ Did you mean to import moment/locale/id.js
The text was updated successfully, but these errors were encountered:
Same issue get after switching to nuxt-bridge. Reproduced at starting server and reload page. Solved by adding .js to import 'moment/locale/${l}' fragment in plugin.js. Hotfix needed.
i tried to import
locales: ['id']
but always get this error in generate / build mode, any clue?The text was updated successfully, but these errors were encountered: