鍍金池/ 問答/HTML/ vue create new-project 問題

vue create new-project 問題

我直接vue create new-project 出現(xiàn)報(bào)錯(cuò)問題
問題是:

Manually select features (node:55705) UnhandledPromiseRejectionWarning: Error: EACCES: permi
ssion denied, open '/usr/local/lib/node_modules/@vue/cli/lib/util/.version'
(node:55705) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error origina
ted either by throwing inside of an async function without a catch block, or by rejecting a pr
omise which was not handled with .catch(). (rejection id: 1)
回答
編輯回答
落殤

permission denied, open '/usr/local/lib/node_modules/@vue/cli/lib/util/.version'

有時(shí)候確實(shí)會(huì)出現(xiàn)這些權(quán)限問題

加個(gè) sudo 吧

sudo vue create new-project

2018年4月27日 01:22