npm ERR! Error extracting ~/.npm/cloudant/1.9.0/package.tgz archive: ENOENT: no such file or directory, open '~/.npm/cloudant/1.9.0/package.tgz'

时间:2021-06-08 11:46:29

修改package.json

Thanks for the info.
All together we have machines returning the above error when using cloudant@^1.7., just set it to cloudant@1.10.
and now all the builds are passing.
@^1.7. is also not pushing down the 1.10.-NOTICE build, maybe the -NOTICE is breaking the logic of the ^?,
haven't seen the notice and was unaware of the changes.