輸入安裝指令
npm install -g @vue/cli
報錯如下
Unhandled rejection Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\node_cache\_cacache\tmp\66f42542'
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
\
這是因為沒有權限
找到nodejs右鍵使用管理員權限打開,從新輸入安裝指令,安裝成功


