Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
新项目一直卡在npm install ;太慢了,配置淘宝镜像也不行
我是这样解决的,你在一个空的目录中,创建一个package.json 里面写上你需要的依赖,然后npm install 获取到node-modules包,,亲测这样下载会很快
没遇到过~
用yarn,感觉比npm快一些,我一直都用这个
npm install非常慢,失败率高。安装yarn,使用yarn 安装的确很爽,强烈建议。