本文介绍了安装API Connect工具箱#apiconnect时完整性校验和失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在安装API Connect工具包时出现以下错误:
I'm getting the following error while installing API Connect toolkit:
节点版本:-6.10.3NPM版本:-5.0.1
Node version:- 6.10.3 NPM version:- 5.0.1
我正在尝试使用npm install -g apiconnect命令在Windows 7工作站(64位)上安装API Connect工具包.
I'm trying to install API Connect toolkit on a windows 7 workstation (64-bit) using npm install -g apiconnect command.
解决此问题的下一步可能是什么?
What could be the next steps for fixing this issue ?
推荐答案
我遇到了这个问题,幸运的是,我在 Github :
I encountered this issue, fortunately, I find the solution inGithub:
这是由package-lock.json
引起的,
所以我将其删除:rm package-lock.json
然后执行对我有用的npm install
.
这篇关于安装API Connect工具箱#apiconnect时完整性校验和失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!