问题描述
当刚clone一个项目,使用npm install安装项目依赖包的时候,报错:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for event-stream@3.3.6
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn’t exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of ‘project-name’
npm ERR! notarget
解决npm安装错误:No matching version found for event-stream@3.3.6
作者:
在
发表回复