通过yarn安装私有 npm package
要开始使用 Yarn
的私有注册表,你需要更新你的 npm
配置,并使用你的个人凭据进行认证
要开始使用 Yarn
的私有注册表,你需要更新你的 npm
配置,并使用你的个人凭据进行认证
"scripts": {
"test": "mocha --timeout 10000" <= increase this from 1000 to 10000
},
it("Test Post Request", function(done) {
this.timeout(10000); //add timeout.
});
mongodb 批量写的性能优化