cloudbase-cli icon indicating copy to clipboard operation
cloudbase-cli copied to clipboard

Couldn't find any versions for "@cloudbase/cals" that matches "^1.0.10"

Open springuper opened this issue 2 years ago • 0 comments

We met a new error when installing the latest npm package, detailed logs:

$ yarn add @cloudbase/[email protected]
yarn add v1.22.19
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning @cloudbase/cli > @cloudbase/manager-node > cos-nodejs-sdk-v5 > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning @cloudbase/cli > @cloudbase/lowcode-cli > @cloudbase/lowcode-deployer > cos-nodejs-sdk-v5 > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning @cloudbase/cli > @cloudbase/lowcode-cli > webpack-dev-server-3 > [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
warning @cloudbase/cli > @cloudbase/lowcode-cli > @cloudbase/lowcode-deployer > miniprogram-ci > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning @cloudbase/cli > @cloudbase/lowcode-cli > webpack-dev-server-3 > chokidar > [email protected]: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
warning @cloudbase/cli > @cloudbase/lowcode-cli > extract-loader > babel-runtime > [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
Couldn't find any versions for "@cloudbase/cals" that matches "^1.0.10"
? Please choose a version of "@cloudbase/cals" from this list: (Use arrow keys)
❯ 1.0.10-alpha.2
  1.0.10-alpha.1
  1.0.10-alpha.0
  1.0.9
  1.0.9-alpha.1
  1.0.9-alpha.0
  1.0.8
  1.0.7
  1.0.6
  1.0.6-beta.1

I also tried some old versions, the same error exists.

springuper avatar Jun 16 '23 06:06 springuper