npm安装easymock的依赖出错:
npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
解决:
npm install -g npm-install-peers

npm install -g npm
npm i ajv
npm安装easymock的依赖出错:
npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
解决:
npm install -g npm-install-peers

npm install -g npm
npm i ajv
1503
1万+
687

被折叠的 条评论
为什么被折叠?