由于 cPanel/CentOS/Cloudlinux 服务器上的光纤错误,我在我的 Nuxt 应用程序中使用v2.0.0-beta.2
了 of 。@nuxtjs/vuetify
但是 npm 在构建或开发运行时返回错误。
v1.11.2没有问题,但是alpha
和beta
版本有错误。
✖ Nuxt Fatal Error
Error: Module `@nuxtjs/vuetify` not found. Please ensure `@nuxtjs/vuetify` is in `devDependencies` and
installed. HINT: During build step, for npm/yarn, `NODE_ENV=production` or `--production` should NOT be
used.
包.json
"devDependencies": {
"@nuxtjs/vuetify": "^2.0.0-beta.2"
}
nuxt.config.js
buildModules: [
'@nuxtjs/vuetify'
]