升級后遇到
npm ERR! Please try running this command again as root/Administrator
嘗試了很多種方法,都無法解決
最終步驟:
1、先把node_module刪掉
2、npm install npm @4.6.1 -g
進行降級
3、npm install npm @latest -g
進行升級到最新的 現(xiàn)在是5.4.2
4牍氛、npm cache clean --force
清理緩存
5、npm install
等待安裝
后面再安裝其他包就不報錯了