這種錯誤是80埠被佔用
需要自己手動在工作管理員裡面吧這個埠關閉
下面是解決方案:
1
查詢哪個程式佔用 80 埠
1)“執行”中輸入 cmd
2)在命令列中輸入 netstat-ano (中間有空格),得到埠號對應的PID如圖
檢視80埠,所對應的PID並記下
2 開啟工作管理員 點選詳細資訊(win10)
點選結束程序以後 重新執行專案就可以啦!
每次從網上(git)匯入專案執行以後都需要把這個80埠關閉!不然還是會出現錯誤的
相關推薦
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3d4d515c495b524f507d0c130d
這種錯誤是80埠被佔用 需要自己手動在工作管理員裡面吧這個埠關閉 下面是解決方案: 1 查詢哪個程式佔用 80 埠 1)“執行”中輸入 cmd 2)在命令列中輸入 netstat-ano (中間有空格),得到埠號對應的PID如圖 檢視80埠,所對應的PID並記下
Linux下$#,$0,$1,$2,$3,<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bc98fc">[email protected]a>,$*,$$,$?代表的含義
$# :傳給指令碼的引數個數; $0 :指令碼名稱; $n :n為數字,代表傳給指令碼的第n個引數; [email protected] :引數列表; $* :也是顯示引數列表,與上一條命
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e582979586a5d4cbd4d5cbd4">
錯誤資訊: D:\project\eyeshot\eyeshot\Source>npm install npm WARN deprecated [email protected]: This version is no longer maintained. Please upgr
npm install npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8fffe7eee1fbe0
作者:LoveEmperor-王子様 問題: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] in
npm install 報錯ERR! 404 Not Found: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="187d6e7d766c356b6c6a7d7975582b362b362e">[em
在win下開發的node工程,在linux下用dockerfile部署時,遇到npm install時報錯 Step 8/9 : RUN npm install ---> Running in 2efaeba0750a npm ERR! code E404 npm ERR! 404 No
npm ERR! Failed at the <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2846474c4d055b495b5b681c061d061a">[email protecte
$ npm install > [email protected] install F:\work\jnyy\server-no-dubbo\littlec-eecweb\node_modul
node-pre-gyp ERR! Pre-built binaries not installable for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ec8b9e9c8facddc2dddc
node-pre-gyp ERR! Pre-built binaries not installable for [email protected] and [email protected] (node-v48 ABI, glibc) (falling back t
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="cebdbab7a2bbbde3a2a1afaaabbc8efde0fee0fc">[email protected]a>
問題: npm WARN [email protected] requires a peer of [email protected]>=0.52.4 but none is installed. You must install peer dep
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5b282f22372e287637343a3f3e291b68756b7569">[email protected]a>
問題: npm WARN [email protected] requires a peer of [email protected]>=0.52.4 but none
npm 報錯 <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3958534f14525c404e564b5d4a790a170b1709">[email protected]a> req
報錯提示 npm WARN [email protected]3.2.0 requires a peer of [email protected]^6.0.0 but none is installed. You must install peer depend
Vue npm Install安裝報錯 no such file or directory Failed at the <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="12717a607d7f77766
Vue.js學習第一天 記錄一下使用npm install時遇到的坑 先上一波截圖 no such file or directory什麼什麼玩意的 大概意思就是說node_modules中缺少了一個依賴 然後我們去重新載入這個依賴就好了 解決辦法:
npm依賴報錯:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="13707b617c7e7677617a65766153213d20273d23">[email protected]a>
在使用npm依賴資源的時候總出現下圖的錯誤: 經過度娘解答後明白是[email protected]版本太低了 解決方法: 在專案包下執行下句指令: npm install chromedriver --chromedriver_cdnurl=http://cdn.npm
npm install 時總是報<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="58283039362c3735322b75282a3d3a2d31342c186a766976696c">[email&
npm install 時報錯 Please report this full log at https://github.com/Medium/phantomjs npm WARN [email protected] requires a peer of [em
npm <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="176162723a63727a677b7663723a74787a677e7b726557253922392620">[email p
[email protected] error in ./src/views/freeManage/publish/flowPay.vue Module build failed: Error: Vue packages version m
[ 轉]Shell中引數($0,$1,$#,$NF,<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4b6f0b">[email protected]a>等)的含義
Shell中引數($0,$1,$#,$NF,[email protected]等)的含義 釋出時間:2018-01-19 來源:網路 上傳者:使用者 &nbs
WARN [QuorumPeer[myid=1]/0:0:0:0:0:0:0:0:2181:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f9a88c968b8c94ba9781b49897989e9
這些日子為這個錯誤苦惱很久了,網上找到的各種方法都試了一遍,還是沒能解決。 安裝好zookeeper後,執行zkServer.sh start 顯示正常啟動,但執行zkServer.sh status 則顯示:Error contacting service. It is probably not runn
spring給容器中註冊元件的幾種方式,1.包掃描+元件標註註解<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0634284664636768">[email protected]a>(
給容器中註冊元件; 1)、包掃描+元件標註註解(@Controller/@Service/@Repository/@Component)[
Code::Blocks : undefined reference to `<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bac2c2c2c2c2c2fa8e">[email protec
使用CodeBlocks在編譯程式的時候出現如下錯誤: undefined reference to `[email protected]'undefined reference to `[email protect
淺談linux中shell變數$#,<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="674327">[email protected]a>,$0,$1,$2,$?的含義解釋
淺談linux中shell變數$#,[email protected],$0,$1,$2,$?的含義解釋 下面小編就為大家帶來一篇淺談linux中shell變數$#,[email protected],$0,$1,$2的含義解釋。小編覺得挺不錯的,現在就分享給大家,
shell 中的$0 $1 $* <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e5c1a5">[email protected]a> $# $$ $?
$0: 指令碼本身檔名稱 $1: 命令列第一個引數,$2為第二個,以此類推 $*: 所有引數列表 [email protected]: 所有引數列表 $#: 引數個數 $$: 指令碼執行時的PID $?: 指令碼退出碼 ∗與@的區別 當命令列為test.sh 1 2 3 "$*“表示"1