Vuetify-module: Fibers error while installing

Created on 14 Jun 2020  路  3Comments  路  Source: nuxt-community/vuetify-module

I'm trying to install latest version. But getting the error belove, about fibers.

se )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild --release )
Bu 莽枚z眉mde projeler tek tek derlenir. Paralel bir derlemeyi etkinle艧tirmek i莽in l眉tfen "/m" anahtar谋n谋 ekleyin.
  fibers.cc
  coroutine.cc
  win_delay_load_hook.cc
d:\love\djs-web-nuxt\node_modules\fibers\src\coroutine.cc(153): warning C4552: '!': ifade sonucu kullan谋lm谋yor [D:\love\djs-web-nuxt\node_modules\fibers\build\fibers.vcxproj]
  coro.c
C:\\Users\\ultro\\AppData\\Local\\node-gyp\\Cache\\13.13.0\\x64\\node.lib : fatal error LNK1127: Kitapl虏k bozuk [D:\love\djs-web-nuxt\node_modules\fibers\build\fibers.vcxproj]
gyp ERR! build error 
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--release"
gyp ERR! cwd D:\love\djs-web-nuxt\node_modules\fibers
gyp ERR! node -v v13.13.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
node-gyp exited with code: 1
Please make sure you are using a supported platform and node version. If you
would like to compile fibers on this machine please make sure you have setup your
build environment--
Windows + OS X instructions here: https://github.com/nodejs/node-gyp
Ubuntu users please run: `sudo apt-get install g++ build-essential`
RHEL users please run: `yum install gcc-c++` and `yum groupinstall 'Development Tools'`
Alpine users please run: `sudo apk add python make g++`
'nodejs' is not recognized as an internal or external command,
operable program or batch file.
npm WARN [email protected] requires a peer of jest@>=25 <26 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of typescript@>=3.4 <4.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of jest@^25.x but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

Most helpful comment

same issue, specificlly on windows system

For you and anyone that will come here later, downgrading your Node to LTS (currently 12.18.1 => Click here for an instant download link) and your problem will be solved.

All 3 comments

same issue, specificlly on windows system

same issue, specificlly on windows system

For you and anyone that will come here later, downgrading your Node to LTS (currently 12.18.1 => Click here for an instant download link) and your problem will be solved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andrewspy picture andrewspy  路  5Comments

jessielaf picture jessielaf  路  6Comments

Valar103769 picture Valar103769  路  6Comments

jaimesemp picture jaimesemp  路  6Comments

robsontenorio picture robsontenorio  路  6Comments