作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 npx create-nuxt-app
创建了一个 Nuxt 应用程序
但是当运行开发服务器时 npm run dev
出现以下错误
╭──────────────────────────────────────────────────────────────────╮
│ │
│ ✖ 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. │
│ │
╰──────────────────────────────────────────────────────────────────╯
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! src@1.0.0 dev: `nuxt`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the src@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm install
它给出了一个错误(这个消息是从 npm-cache 日志中获取的)
781 verbose stack Error: fibers@4.0.2 install: `node build.js || nodejs build.js`
781 verbose stack Exit status 1
781 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
781 verbose stack at EventEmitter.emit (events.js:321:20)
781 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
781 verbose stack at ChildProcess.emit (events.js:321:20)
781 verbose stack at maybeClose (internal/child_process.js:1026:16)
781 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
782 verbose pkgid fibers@4.0.2
783 verbose cwd H:\_medical_reports_(_arkham_asylum_)\Others\Code\Web\vscodegit\travelersofbanagladesh\client\src
784 verbose Windows_NT 6.1.7601
785 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
786 verbose node v13.8.0
787 verbose npm v6.13.6
788 error code ELIFECYCLE
789 error errno 1
790 error fibers@4.0.2 install: `node build.js || nodejs build.js`
790 error Exit status 1
791 error Failed at the fibers@4.0.2 install script.
791 error This is probably not a problem with npm. There is likely additional logging output above.
792 verbose exit [ 1, true ]
最佳答案
node
在 Windows 机器上使用 vuetify 创建 nuxt 应用程序时,版本 14 会导致此问题。目前唯一已知的解决方案是降级 node
到版本 12 LTS。
引用:
nuxt/create-nuxt-app
nuxt-community/vuetify-module
编辑:link for all node releases downloads
关于vue.js - 错误!光纤@4.0.2 安装 : `node build.js || nodejs build.js` when installing Vuetify in Nuxt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60812606/
计网很枯燥? 听说你学习 计网 每次记了都会忘? 不妨抽时间和我一起多学学它👇 深入浅出,用你的空闲时间来探索计算机网络的硬核知识! 。 👇博主的上篇连载文章《初识图像处理技术》 。 图像处理
我正在尝试通过引用 document 在我的笔记本电脑上安装 Sunbird . 但是在 npm install 上出错步 gyp WARN install got an error, rolling
我使用 npx create-nuxt-app 创建了一个 Nuxt 应用程序 但是当运行开发服务器时 npm run dev出现以下错误 ╭────────────────────────────
我是一名优秀的程序员,十分优秀!