91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

安裝@vue/cli報錯npm?WARN?deprecated?request@2.88.2怎么解決

發布時間:2023-03-07 15:09:13 來源:億速云 閱讀:349 作者:iii 欄目:開發技術

這篇文章主要講解了“安裝@vue/cli報錯npm WARN deprecated request@2.88.2怎么解決”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“安裝@vue/cli報錯npm WARN deprecated request@2.88.2怎么解決”吧!

    安裝@vue/cli 報錯npm WARN deprecated request@2.88.2

    安裝@vue/cli報錯npm?WARN?deprecated?request@2.88.2怎么解決

    產生錯誤的原因

    是電腦資源的問題,電腦里面沒有配置淘寶鏡像

    解決步驟

    • 配置淘寶鏡像:npm config set registry https://registry.npm.taobao.org

    • 配置完鏡像之后驗證是否成功:npm config get registry

    圖示如下:

    安裝@vue/cli報錯npm?WARN?deprecated?request@2.88.2怎么解決

    配置完后問題就解決了!!!

    以下附上VueCli的安裝方法

    下載VueCli,命令行輸入npm i -g @vue/cli

    安裝@vue/cli報錯npm?WARN?deprecated?request@2.88.2怎么解決

    下載成功,檢查下載的版本vue --version(我下載的是4.2.3版本的)

    安裝@vue/cli報錯npm?WARN?deprecated?request@2.88.2怎么解決

    vue/cli 安裝出錯的解決

    安裝vue-cli出錯

    D:\code\vue_code>npm install -g @vue/cli
    npm ERR! code EINTEGRITY
    npm ERR! path C:\Users\xxx\AppData\Local\npm-cache\_cacache\content-v2\sha512\f5\32\605bc70f6f0383c6babf834c59f8b26e5944061f77b86774c8b267c115496e57205801bde1328607527963daab39d70a21084aea54197155e4c264473ecb
    npm ERR! errno EINTEGRITY
    npm ERR! Invalid response body while trying to fetch https://registry.npm.taobao.org/slash: Integrity verification failed for sha512-9TJgW8cPbwODxrq/g0xZ+LJuWUQGH3e4Z3TIsmfBFUluVyBYAb3hMoYHUnlj2qs51wohCErqVBlxVeTCZEc+yw== (C:\Users\xxx\AppData\Local\npm-cache\_cacache\content-v2\sha512\f5\32\605bc70f6f0383c6babf834c59f8b26e5944061f77b86774c8b267c115496e57205801bde1328607527963daab39d70a21084aea54197155e4c264473ecb)
     
    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:\Users\xxx\AppData\Local\npm-cache\_logs\2021-12-13T11_46_52_646Z-debug-0.log

    解決

    清除緩存:

    npm cache clear --force

    重新安裝:

    D:\code\vue_code>npm cache clear --force
    npm WARN using --force Recommended protections disabled.
     
    D:\code\vue_code>npm install -g @vue/cli
    npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated graphql-extensions@0.15.0: The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/
    npm WARN deprecated apollo-tracing@0.15.0: The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details
    npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated apollo-cache-control@0.14.0: The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details.
    npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
    npm WARN deprecated graphql-tools@4.0.8: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead
     
    added 952 packages in 2m
     
    13 packages are looking for funding
      run `npm fund` for details

    感謝各位的閱讀,以上就是“安裝@vue/cli報錯npm WARN deprecated request@2.88.2怎么解決”的內容了,經過本文的學習后,相信大家對安裝@vue/cli報錯npm WARN deprecated request@2.88.2怎么解決這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

    向AI問一下細節

    免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

    cli
    AI

    通化市| 綦江县| 合川市| 张掖市| 长海县| 高清| 若羌县| 临洮县| 门源| 沙河市| 巧家县| 连江县| 彭阳县| 西峡县| 卢龙县| 台前县| 宜宾县| 科技| 建湖县| 镇坪县| 收藏| 清河县| 靖宇县| 嘉荫县| 张家港市| 米泉市| 文山县| 施甸县| 南江县| 荥阳市| 曲阜市| 津市市| 龙南县| 武川县| 勐海县| 张家界市| 孝义市| 昂仁县| 哈尔滨市| 高邑县| 岑巩县|