cos-nodejs-sdk
cos-nodejs-sdk copied to clipboard
'npm install qcloud_cos' didn't match the latest commit
When I run npm install qcloud_cos
, the downloaded code didn't match the latest commit.
当运行npm install qcloud_cos
后,node_modules里qcloud_cos代码不是最新的代码,会导致调用出错。如upload现在为6个参数,而下载的代码只包含5个参数。
npm里的是1.0.6
版本的 GitHub里的是1.0.4
的