We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run npm install qcloud_cos, the downloaded code didn't match the latest commit.
npm install qcloud_cos
当运行npm install qcloud_cos后,node_modules里qcloud_cos代码不是最新的代码,会导致调用出错。如upload现在为6个参数,而下载的代码只包含5个参数。
The text was updated successfully, but these errors were encountered:
npm里的是1.0.6版本的 GitHub里的是1.0.4的
1.0.6
1.0.4
Sorry, something went wrong.
No branches or pull requests
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个参数。The text was updated successfully, but these errors were encountered: