无法将 ReactNative 从 0.59.x 版本升级到最新版本 0.64.x

时间:2021-06-23 09:51:45

标签: react-native react-native-cli

我正在将我的 ReactNative 项目升级到最新的 ReactNative 版本。我的项目目前使用 ReactNative 版本 0.59.10。我正在将其升级到 0.64.2 版本。

我在项目的根目录中运行以下命令。

npx react-native upgrade

当我运行命令时,出现以下错误。

info No version passed. Fetching latest...
info Fetching diff between v0.59.10 and v0.64.2...
info Applying diff...
warn Excluding files that exist in the template, but not in your project:

error Automatically applying diff failed. We did our best to automatically upgrade as many files as possible
warn Continuing after failure. Some of the files are upgraded but you will need to deal with conflicts manually
info Installing "react-native@0.64.2" and its peer dependencies...
(node:37101) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'close' of undefined
    at Object.<anonymous> (/Users/xandasupport/Desktop/Wais/pcl-app/node_modules/chalk/index.js:72:75)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at _chalk (/Users/xandasupport/Desktop/Wais/pcl-app/node_modules/@react-native-community/cli/build/cliEntry.js:22:39)
    at handleError (/Users/xandasupport/Desktop/Wais/pcl-app/node_modules/@react-native-community/cli/build/cliEntry.js:106:46)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:37101) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
(node:37101) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

我使用的是 Node JS 版本 v12.22.1。我也尝试使用 14 版。我仍然遇到同样的错误。我该如何解决?

0 个答案:

没有答案