Unhandled rejection Error: EISDIR: illegal operation on a directoryが出たときにやったこと
はじめに
npm installでUnhandled rejection Error: EISDIR: illegal operation on a directoryというエラーが出たときにやったことをメモしておきます。
原因
調べた結果、私の場合はnpmのバージョンに比べてnode.jsのバージョンが古いことが原因でした。
$ node -v
v8.8.1
$ npm -v
6.10.0
やったこと
1.nodebrewがインストールされているか確認
$ nodebrew -v
nodebrew 0.9.7
2.node.jsの最新版をインストール
$ nodebrew install-binary latest
3.インストールの確認
$ nodebrew list
v8.8.1
v12.6.0
current: v8.8.1
4.インストールしたnode.jsのバージョンを有効にする
$ nodebrew use v12.6.0
use v12.6.0
参考記事
Author And Source
この問題について(Unhandled rejection Error: EISDIR: illegal operation on a directoryが出たときにやったこと), 我々は、より多くの情報をここで見つけました https://qiita.com/se_fy/items/fed3856e2a277237d34f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .