npm 错误!纤维@4.0.2 安装:`node build.js ||在 Nuxt 中安装 Vuetify 时的 nodejs build.js`

Posted

技术标签:

【中文标题】npm 错误!纤维@4.0.2 安装:`node build.js ||在 Nuxt 中安装 Vuetify 时的 nodejs build.js`【英文标题】:npm err! fibers@4.0.2 install: `node build.js || nodejs build.js` when installing Vuetify in Nuxt 【发布时间】:2020-07-03 20:38:18 【问题描述】:

我使用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 ]

这是一个全新的 Nuxt 应用程序,我没有接触任何文件

我还尝试使用 Vue cli 创建 Nuxt 应用程序并且它工作(没有 vuetify),当尝试安装 vuetify 时它给出了类似的错误

我正在使用今天新安装的 Vue 2.9.6 和 Node 13.8.0

【问题讨论】:

【参考方案1】:

node 版本 14 在 windows 机器上使用 vuetify 创建 nuxt 应用时会导致此问题。目前唯一已知的解决方案是将 node 降级到版本 12 LTS。

参考资料:

nuxt/create-nuxt-app

nuxt-community/vuetify-module

编辑:link for all node releases downloads

【讨论】:

以上是关于npm 错误!纤维@4.0.2 安装:`node build.js ||在 Nuxt 中安装 Vuetify 时的 nodejs build.js`的主要内容,如果未能解决你的问题,请参考以下文章

node.js 错误 npm 安装

为 npm 整数安装 node-gyp 错误

Windows命令行上的Node.js npm错误

节点 10 - npm 安装期间的“node-gyp 重建”错误

NPM/node-gyp 错误

解决npm安装node-sass太慢及编译错误问题