首页 > 其他分享 >npm install安装时一直idealTree:npm: sill idealTree buildDeps问题

npm install安装时一直idealTree:npm: sill idealTree buildDeps问题

时间:2024-06-01 09:00:19浏览次数:28  
标签:npm install yarn registry https config idealTree

解决方案:

  1. 采用新的镜像地址,进入cmd之后输入:
  2. npm 命令:
  3. npm config set registry https://registry.npmmirror.com

    yarn命令:

  4. yarn config set registry https://registry.npmmirror.com

    查看配置是完成

  5. npm config get registry
    
    yarn config get registry
  6. 参考:https://blog.csdn.net/xiaohua616/article/details/137021906  夏小花花

     

标签:npm,install,yarn,registry,https,config,idealTree
From: https://www.cnblogs.com/XiDaPuBen/p/18225528

相关文章

  • python pip install git+ssh
    网上比较容易找到的是pipinstallgit+https://github.com/waketzheng/fastapi-cdn-host.git这种方式如果电脑未配置或没启用外网加速器,这种方式简直慢得像蜗牛,改用ssh则会块很多很多:一般情况pipinstallgit+ssh://git@github.com/waketzheng/fastapi-cdn-host.git即:只需把h......
  • Mac Brew install慢的问题
    #替换brew.git:jimmy@MacBook-ProLibrary%cd"$(brew--repo)"jimmy@MacBook-ProHomebrew%gitremoteset-urloriginhttps://mirrors.aliyun.com/homebrew/brew.git#替换homebrew-core.git:jimmy@MacBook-ProHomebrew%cd"$(brew--repo)/Library......
  • Android Studio ERROR: Installed Build Tools revision 34.0.0 is corrupted. Remove
    AndroidStudio错误提示:ERROR:InstalledBuildToolsrevision34.0.0iscorrupted.RemoveandinstallagainusingtheSDKManager.解决办法:在C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\34.0.0目录中找到d8.bat,将文件名修改为dx.bat在C:\Us......
  • 手机无线充电项目中CodeWorrior11.1安装时出现Cannot complete the install的解决方法
    项目场景:在使用NXP芯片开发手机无线充电项目的时候,安装CodeWorrior11.1软件和相关补丁过程中出现以下错误:Details提示:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled:MCUv11.1DSCServicePackfor......
  • 尝试发布一个按钮npm包
    昨天尝试了第一次发布一个npm包~还是比较简单的又想起自己在之前整了一个hy-button组件,那么我能不能将这个组件运用起来发布到npm呢?以后自己也可以使用!看看之前的组件Vue3标签组件绘制--自定义按钮组件-CSDN博客于是我找到了之前的组件,修改了下准备发布的npm包的文件结......
  • Mac卸载 Node npm,升级 Node
    电脑上的版本太老了。删除重新下载安装https://nodejs.org/en/download/prebuilt-installer由于使用安装包的形式安装的,所以网上的卸载命令不起作用。直接通过命令删除:#删除Node、npmjimmy@MacBook-Pronpm%sudorm-rf/usr/local/{bin/{node,npm},lib/node_modules/npm......
  • habitat install
    ubuntu装完后要先设置网络!!!!!!!!!cloneourrepogitclonehttps://github.com/XinyuSun/FGPrompt.gitcdFGPrompt上面这一步没成功,直接手动下载了github包clonehabitat-labcodegitsubmoduleinitgitsubmoduleupdate上面这一步没使用createcondaenvcondacreate-nfgpr......
  • 第一次尝试写一个npm包
    在寻常代码中经常使用npm包帅越越想要成为一名高手,应该还是得学会如何写一个npm包的吧。以前没想过也没写过,这篇文章写的有问题的话还希望大家批评指正,写到这一句话的时候,我还是和阅读文章的各位小萌新一样,还是不会写npm包的,这也是第一次准备写,但我觉得应该不是什么问题吧~......
  • vcpkg在vs2022下integrate install之后仍找不到第三方库的解决方案
    首先是vcpkg的安装,许多其他帖子都有,从github上拉取下来之后运行bootstrap-vcpkg.bat即可。不再赘述。接下来是使用部分,假设需要安装pcl库。在vs2022的开发者powershell中输入vcpkginstallpcl此时下载完成,成功拉取了pcl包。接下来按照教程所说为在vs2022的开发者powershell......
  • request to https://registry.npm.taobao.org/cnpm failed, reason: certificate has
    换华为的,否则会出问题:cnpmconfgsetregistryhttps://mirrors.huaweicloud.com/repository/npm/npmERR!codeCERT_HAS_EXPIREDnpmERR!errnoCERT_HAS_EXPIREDnpmERR!requesttohttps://registry.npm.taobao.org/cnpmfailed,reason:certificatehasexpirednpmER......