天天看點

用Webpack啟動Vue項目時提示This is probably not a problem with npm,there is likely additional logging output

首先 cd 到要啟動的項目裡面。

再啟動該項目 ​

​npm run dev​

​。

出現下圖情況:

用Webpack啟動Vue項目時提示This is probably not a problem with npm,there is likely additional logging output

原因我還不清楚,知道的大佬可以評論提示弱弱。

解決方法:

輸入​​

​npm install​

​,重新安裝 npm。

再重新啟動該項目 ​

​npm run dev​

​ ( 首先 cd 到要啟動的項目裡面)。

出現下圖情況說明啟動成功:

用Webpack啟動Vue項目時提示This is probably not a problem with npm,there is likely additional logging output

進入浏覽器輸入位址 ​

​http://localhost:8080​

​。

繼續閱讀