Vue init webpack xxxx project 報錯處理(connect ETIMEDOUT 192.30.253.112)
解決辦法如下:
重新下載vue腳手架 cnpm install vue-cli -g 然後再去初始化專案 vue init webpack XXXXX 就不會報錯
或者
問題:npm代理問題
解決:npm config set proxy null
如下:
最後專案目錄如下:
我們來run一下
訪問8081:
至此,一個簡單的Vue專案框架就搭建成功了!
相關文章
- vue init webpack報錯VueWeb
- vue init webpack my-project指令時報錯問題(一)VueWebProject
- vue init webpack-simple 和安裝elementui後 npm run dev報錯VueWebUINPMdev
- 報錯xxxx of undefinedUndefined
- “Host ‘xxxx‘ is not allowed to connect to this MySQL server“MySqlServer
- vue+echarts報錯Cannot read property ‘init‘ of underfinedVueEcharts
- 如何處理SAP CRM Web Service錯誤 - Virtual Interface Method XXXX not supportedWeb
- 【CONNECT】ORA-00020錯誤模擬及處理方法實驗
- webpack(6)webpack處理圖片Web
- postcss-bem外掛在webpack4以上版本報錯處理 .moveTo is not a functionCSSWebFunction
- Gulp壓縮報錯處理
- rails gem報錯的處理AI
- go mod init報錯問題Go
- webpack(5)webpack處理css檔案WebCSS
- go get報錯connect: connection refusedGo
- webpack 搖樹處理Web
- webpack圖片處理Web
- webpack build報錯WebUI
- Mysql自動處理同步報錯MySql
- Python 入門級報錯處理Python
- Too many open files報錯處理
- webpack 圖片處理 loaderWeb
- tomcat-啟動報錯Multiple Contexts have a path of "/xxxx"TomcatContext
- 淺出Vue 錯誤處理機制errorCaptured、errorHandlerVueErrorAPT
- 在vue使用異常處理做錯誤提示Vue
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- Vue啟動報錯 Cannot find module 'webpack/bin/config-yargs'VueWeb
- PHP報錯:Call to undefined function curl_init()PHPUndefinedFunction
- webpack對樣式的處理Web
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- vue事件處理Vue事件
- vue路由處理Vue路由
- RocketMQ Connect 構建流式資料處理平臺MQ
- 錯誤處理
- springboot報錯無法讀取配置檔案中的屬性:Could not resolve placeholder ‘xxxx‘ in value “${xxxx}Spring Boot
- 如何處理vue-cli3+ts+element-ui 呼叫$message/$alert時的編譯報錯VueUI編譯
- webpack基礎–css相關處理WebCSS
- 走近webpack(3)–圖片的處理Web