0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Vue.js】Vuetify導入でfiber.nodeがないって言われた

Posted at

##概要
既存のVueCLIプロジェクトにVuetifyをインストールしたら下記のエラーがでた。

terminal
・・・
(project_path)/node_modules/fibers/bin/darwin-x64-79/fibers.node` is missing.
・・・

その時のエラー回避方法を残す。

##環境

OS:
macOS Catalina
Version:
10.15.6
@vue/cli:
4.5.4

##解決方法
fiber.nodeの再インストールで回避。作業場所はpackage.jsonが置いてあるVueCLIプロジェクト

terminal
$ npm uninstall fibers
$ npm install fibers
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?