国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

npm i 報(bào)錯(cuò)解決方案

這篇具有很好參考價(jià)值的文章主要介紹了npm i 報(bào)錯(cuò)解決方案。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

在安裝 vue-elementui-admin 時(shí)出現(xiàn)以下問題,記錄下解決方案。

問題一:

ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git

Host key verification failed

原因:沒有權(quán)限訪問該項(xiàng)目

方案:生成 ssh 公/密鑰,把公鑰配置在 github 上

步驟:

?to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js

1. 生成公密鑰:ssh-keygen

2. 公鑰地址

C:\Users\自己計(jì)算機(jī)名\.ssh\id_rsa.pub

3. 打開瀏覽器登錄你的github,點(diǎn)擊右上角帶黃色的頭像-->settings-->(personal settings中的)SSH and GPG keys-->new SSH key-->title自己取名,key中粘貼 publickey-->Add SSH key-->成功!

github連接遠(yuǎn)程倉庫時(shí)出現(xiàn)Warning: Permanently added the RSA host key for IP address '***********' ......_comeonbabe_的博客-CSDN博客

測(cè)試配置是否成功:ssh -T?git@github.com?

GitHub添加公鑰_thinkhui的博客-CSDN博客_github公鑰

問題二:

to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js

?fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

原因:github的安全機(jī)制升級(jí)導(dǎo)致的問題

方案:?使用https:替換git:

步驟:

git config --global url."https://".insteadOf git://

查看配置是否成功:

查看本地 git 配置文件,文件地址在 C:\Users\自己計(jì)算機(jī)名\.gitconfig

to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js?

?fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support問題解決_沛沛老爹的博客-CSDN博客

問題三:

安裝成功后,運(yùn)行時(shí)報(bào)一下問題:
to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js

To install them, you can run: npm install --save @riophae/vue-treeselect @riophae/vue-treeselect/dist/vue-treeselect.css xlsx-style

?方案:

官方文檔:Vue-Treeselect | Vue-Treeselect 中文網(wǎng)

to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js?

npm install --save @riophae/vue-treeselect

問題四:

to install them, you can run: npm install --save canvas dommatrix/dist/domma,vue,vue.js

?方案:

npm install --save xlsx-style

問題五:

?方案:

修改?node_modules/xlsx-style/dist/cpexcel.js?文件第 807 行為以下內(nèi)容:

var cpt = cptable;

* ./cptable in ./node_modules/_xlsx-style@0.8.13@xlsx-style/dist/cpexcel.js_OmbreDev的博客-CSDN博客文章來源地址http://www.zghlxwxcb.cn/news/detail-670884.html

到了這里,關(guān)于npm i 報(bào)錯(cuò)解決方案的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • npm install 報(bào)錯(cuò) run `npm audit fix` to fix them, or `npm audit\` for details

    npm install 報(bào)錯(cuò) run `npm audit fix` to fix them, or `npm audit\` for details

    現(xiàn)象:打開項(xiàng)目,執(zhí)行 npm install ,報(bào)錯(cuò): 原因: 猜測(cè)一:依賴包存在嚴(yán)重漏洞,需要更新 解決方法: 1. npm audit fix : 掃描您的項(xiàng)目以了解漏洞,并自動(dòng)安裝任何與易受攻擊的依賴關(guān)系兼容的更新 2. npm audit fix --force :為主要依賴關(guān)系安裝半主要更新 3. npm audit :掃描您的項(xiàng)目

    2024年02月13日
    瀏覽(22)
  • 【vue報(bào)錯(cuò)筆記】These dependencies were not found:* core-js/modules/es.....to install them, you can

    【vue報(bào)錯(cuò)筆記】These dependencies were not found:* core-js/modules/es.....to install them, you can

    提示:這里簡(jiǎn)述項(xiàng)目相關(guān)背景: ? 提示:這里描述項(xiàng)目中遇到的問題: vue項(xiàng)目啟動(dòng)報(bào)錯(cuò):To install them, you can run: npm install --save core-js/modules/es.array.push.js core-js/modules/es.error.cause.js core-js/modules/es.object.proto. 刪除node_modules,首先安裝報(bào)錯(cuò)的core-js,然后再進(jìn)行cnpm install,最后啟動(dòng)

    2024年02月11日
    瀏覽(18)
  • npm install安裝vue-element-admin報(bào)錯(cuò)npm ERR! -4058 enoent An unknown git error occurred的解決方案

    npm install安裝vue-element-admin報(bào)錯(cuò)npm ERR! -4058 enoent An unknown git error occurred的解決方案

    說明:該篇博客是博主一字一碼編寫的,實(shí)屬不易,請(qǐng)尊重原創(chuàng),謝謝大家! 很多朋友特別是對(duì) node.js 完全不熟悉了解的,大多都是從倉庫直接拉取下載項(xiàng)目到本地,第一時(shí)間就是想在本地啟動(dòng)運(yùn)行項(xiàng)目,完全不懂直接開干,當(dāng)遇到錯(cuò)誤時(shí)就蒙了 比如當(dāng)我們從遠(yuǎn)程倉庫拉取

    2024年02月08日
    瀏覽(109)
  • 在conda環(huán)境中更新pycocotools出現(xiàn)的required to install pyproject. toml-based projects報(bào)錯(cuò)解決方案!

    在conda環(huán)境中更新pycocotools出現(xiàn)的required to install pyproject. toml-based projects報(bào)錯(cuò)解決方案!

    ? 一個(gè)不知名大學(xué)生,江湖人稱菜狗 original author: Jacky Li Email : 3435673055@qq.com ?Time of completion:2023.3.24 Last edited: 2023.3。24 導(dǎo)讀? 幫助在人工智能學(xué)習(xí)中對(duì)環(huán)境配置pycocotools配置的困難問題,還有許多微軟VS上的相關(guān)拓展庫的下載都可以用此方法! 目錄 一:相關(guān)爆紅內(nèi)容 二:解

    2024年02月09日
    瀏覽(23)
  • npm install指令安裝東西時(shí)報(bào)network錯(cuò)誤解決方案

    npm install指令安裝東西時(shí)報(bào)network錯(cuò)誤解決方案

    報(bào)錯(cuò)截圖: 報(bào)錯(cuò)代碼: 解決方案: ①進(jìn)行代理設(shè)置為false,如下命令 ②npm緩存清理,如下命令 ③再次執(zhí)行npm install命令即可解決此問題

    2024年02月12日
    瀏覽(24)
  • 運(yùn)行 `npm install` 時(shí)的常見問題與解決方案

    描述: 運(yùn)行 npm install 時(shí),可能會(huì)遇到網(wǎng)絡(luò)連接問題,導(dǎo)致無法正常下載依賴包。 報(bào)錯(cuò)示例: npm ERR! network connection timed out npm ERR! connect ETIMEDOUT npm ERR! getaddrinfo EAI_AGAIN 解決方案: 確保你的計(jì)算機(jī)已連接到互聯(lián)網(wǎng)。可以嘗試打開瀏覽器,訪問其他網(wǎng)頁來確認(rèn)網(wǎng)絡(luò)連接正常。 檢

    2024年02月07日
    瀏覽(37)
  • npm install安裝時(shí)一直idealTree:npm: sill idealTree buildDeps解決方案(親測(cè)有效)

    今天在執(zhí)行 npm install指令時(shí),出現(xiàn)一直卡 在npm install [..................] idealTree:ruoyi-ui: sill idealTree buildDeps , 我在網(wǎng)上查了一下解決 方案,大部分都是清除緩存,切換為淘寶鏡像源或者是切換網(wǎng)絡(luò),但是都沒有解決我的問題 ,下面我來詳細(xì)的說一下我的解決方案 建議先來采用

    2024年04月23日
    瀏覽(100)
  • npm install:Could not resolve dependency:peer... 原因和解決方案

    電腦 npm install 報(bào)錯(cuò); 報(bào)錯(cuò)日志如下: 上述報(bào)錯(cuò)日志中有個(gè)眼: this command with --force, or --legacy-peer-deps 那么npm:何時(shí)使用 --force 和 --legacy-peer-deps ? --force 會(huì)無視沖突,并強(qiáng)制獲取遠(yuǎn)端 npm 庫資源,即使本地有資源也會(huì)覆蓋掉 --legacy-peer-deps :安裝時(shí)忽略所有 peerDependen

    2024年02月13日
    瀏覽(23)
  • 執(zhí)行npm install時(shí)老是安裝不成功node-sass的原因和解決方案

    執(zhí)行npm install時(shí)老是安裝不成功node-sass的原因和解決方案

    相信你安裝前端項(xiàng)目所需要的依賴包(npm install 或 yarn install)時(shí),有可能會(huì)出現(xiàn)如下報(bào)錯(cuò): 那么到底是什么原因?qū)е逻@個(gè)問題出現(xiàn)呢? 最多的原因還是 node的版本 和node-sass的版本不一致,比如node版本是 16+的,而你的版本還是舊的 “node-sass”: “^4.14.1”。因?yàn)閚ode并不會(huì)兼容

    2024年02月06日
    瀏覽(42)
  • npm install 包,提示安裝成功,但是項(xiàng)目目錄中沒有出現(xiàn)node_modules的解決方案

    npm install 包,提示安裝成功,但是項(xiàng)目目錄中沒有出現(xiàn)node_modules的解決方案

    npm install 包,沒有報(bào)錯(cuò),提示安裝成功,但是項(xiàng)目中沒有出現(xiàn) node_modules ,也沒有安裝的包, package.json 中也沒有任何依賴包記錄 創(chuàng)建一個(gè)新的項(xiàng)目后,終端輸入 npm install 后發(fā)現(xiàn)只出現(xiàn)了添加文件成功的提示,而文件夾下并沒有創(chuàng)建新的 node_modules 。 這里是因?yàn)槲覀兊陌佳b

    2024年02月12日
    瀏覽(225)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包