您好,登錄后才能下訂單哦!
今天用npm安裝semantic-ui時,提示如下錯誤:
Microsoft Windows [Version 10.0.17134.648]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd c:\myproject
c:\myproject>npm install semantic-ui --save
npm ERR! code EPROTO
npm ERR! errno EPROTO
npm ERR! request to https://registry.npmjs.org/semantic-ui failed, reason: write EPROTO 17148:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:252:
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\admin\AppData\Roaming\npm-cache\_logs\2019-04-16T02_28_41_082Z-debug.log
Google了一把,沒找到任何跟這個有關的信息。問了做開發的同事,說有可能是proxy問題,這才想起來,公司電腦訪問外網是要走proxy的,于是設置了代理,完美解決問題。在此記錄一下npm如何設置proxy的方法:
打開CMD,安裝下面的格式根據自己的實際情況設置proxy
$ npm config set proxy http://username:password@proxyserver:port
$ npm config set https-proxy http://username:pawword@proxyserver:port
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。