今天用npm安裝semantic-ui時,提示如下錯誤:
網(wǎng)站建設(shè)哪家好,找創(chuàng)新互聯(lián)!專注于網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、小程序制作、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了太和免費建站歡迎大家使用!
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了一把,沒找到任何跟這個有關(guān)的信息。問了做開發(fā)的同事,說有可能是proxy問題,這才想起來,公司電腦訪問外網(wǎng)是要走proxy的,于是設(shè)置了代理,完美解決問題。在此記錄一下npm如何設(shè)置proxy的方法:
打開CMD,安裝下面的格式根據(jù)自己的實際情況設(shè)置proxy
$ npm config set proxy http://username:password@proxyserver:port
$ npm config set https-proxy http://username:pawword@proxyserver:port
本文題目:npminstallsemantic-ui安裝失敗
文章轉(zhuǎn)載:http://jinyejixie.com/article10/jjppgo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站制作、外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站設(shè)計公司、品牌網(wǎng)站設(shè)計、關(guān)鍵詞優(yōu)化、微信公眾號
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)