前提・やりたいこと
element uiをインストールしたい。バックエンドを動かしておりPythonで作った仮想環境上で行っています。フロントエンドはvue.jsを使っています。
sudo vue add element
をしても
ERROR Error: EPERM: operation not permitted, scandir '/Users/user_name/Library/Accounts'
と返って来てしまいます。
やったこと
npm cache clear --force
などしましたが、
npm ERR! code EUSAGE npm ERR! npm cache npm ERR! npm ERR! Manipulates packages cache npm ERR! npm ERR! Usage: npm ERR! npm cache add <tarball file> npm ERR! npm cache add <folder> npm ERR! npm cache add <tarball url> npm ERR! npm cache add <git url> npm ERR! npm cache add <name>@<version> npm ERR! npm cache clean [<key>] npm ERR! npm cache ls [<name>@<version>] npm ERR! npm cache verify npm ERR! npm ERR! Options: npm ERR! [--cache <cache>] npm ERR! npm ERR! Run "npm help cache" for more info npm ERR! A complete log of this run can be found in: npm ERR! /Users/user_name/.npm/_logs/2021-11-30T13_02_11_910Z-debug.log
となってしまいます。
npm install -g npm
をしても同様のエラーが出ます。どなたかこのエラーの解決方法をご教示していただけると幸いです。
あなたの回答
tips
プレビュー