問題点
npm install ができません。
環境
OS Windows
仮想環境 ubuntu20.04.2
該当エラー
masa@TABLET-C2F0ON76:~/nogiste/personal$ npm install gm npm WARN personal@1.0.0 No description npm WARN personal@1.0.0 No repository field. npm ERR! code ENOENT npm ERR! syscall rename npm ERR! path /home/masa/nogiste/personal/node_modules/isexe npm ERR! dest /home/masa/nogiste/personal/node_modules/.isexe.DELETE npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, rename '/home/masa/nogiste/personal/node_modules/isexe' -> '/home/masa/nogiste/personal/node_modules/.isexe.DELETE' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/masa/.npm/_logs/2021-06-02T04_56_34_713Z-debug.log
試したこと
〇node,npm のバージョンを下げる
node 14.17.0→10.19.0
npm 6.14.13→6.13.4
〇node,npm をアンインストール→再インストール
〇package-lock.jsonとnode_modulesのディレクトリを消去
いずれの方法も同じエラーが出てしまいます。
ご教授いただきたいです。よろしくお願いします。
あなたの回答
tips
プレビュー