开源链(Open Source Chain), 创造价值的区块链,用区块链技术打造软件及电子工程师的开源
知识分享平台。
npm install -g @angular/cli@latest 失败
一开始的ERROR信息是
error “@angular/compiler-cli” package was not properly installed
尝试方案二时又出现了以下的ERROR信息
npm ERR! code EINTEGRITY
npm ERR! sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ= integrity checksum failed when using sha1: wanted sha1-OmJbxBx6n5nVnWRVKFfdGvDt2dQ= but got sha1-PVZuUT5szAqjMvKCcIwuIcpR9KY=. (259028 bytes)
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sp\AppData\Roaming\npm-cache_logs\2017-09-20T04_31_14_778Z-debug.log
There is already an open DataReader associated with this Connection which must be closed first
最近在写WebApi接口,遇到一些问题,总结一下。这些问题未必跟WebApi有关系,比较琐碎。