veu-cliのインストールに失敗してしまいます。
ターミナルで$npm install -g @vue/cliとすると
下記のようなエラーが表示されます。
npm ERR! Darwin 17.7.0 npm ERR! argv "/usr/local/var/nodebrew/current/bin/node" "/usr/local/var/nodebrew/current/bin/npm" "install" "-g" "@vue/cli" npm ERR! node v0.12.6 npm ERR! npm v2.11.2 npm ERR! code ELIFECYCLE npm ERR! ejs@2.7.4 postinstall: `node ./postinstall.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ejs@2.7.4 postinstall script 'node ./postinstall.js'. npm ERR! This is most likely a problem with the ejs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node ./postinstall.js npm ERR! You can get their info via: npm ERR! npm owner ls ejs npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /Users/User名/npm-debug.log
ejs packageの問題だよ!
って言われているのはわかるんですが、何をしたらいいのかわかりません。
必要な情報があれば追記させていただきます。
どうぞよろしくお願いします。
回答1件
あなたの回答
tips
プレビュー