在我的 Nuxt.js 应用程序中,我根据文档的建议安装了nuxt-i18n:
{
modules: [
['nuxt-i18n', {
// Options
}]
]
}
但是当我运行 npm run dev 时,我收到以下错误消息:
DONE Compiled successfully in -4519ms 12:53:52
OPEN http://localhost:3000
nuxt:render Rendering url / +0ms
{ statusCode: 404,
path: '/',
message: 'This page could not be found' }
如何解决这个问题?