TencentCloudBase / cloudbase-cli

The cli tool for cloudbase
ISC License
46 stars 12 forks source link

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

Open springuper opened 11 months ago

springuper commented 11 months ago

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

$ yarn add @cloudbase/cli@2.2.10
yarn add v1.22.19
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning @cloudbase/cli > @cloudbase/manager-node > cos-nodejs-sdk-v5 > request@2.88.2: 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 > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @cloudbase/cli > @cloudbase/lowcode-cli > webpack-dev-server-3 > chokidar@2.1.8: 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 > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning @cloudbase/cli > @cloudbase/lowcode-cli > webpack-dev-server-3 > chokidar > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
warning @cloudbase/cli > @cloudbase/lowcode-cli > extract-loader > babel-runtime > core-js@2.6.12: 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.