简体   繁体   English

您正在运行节点 12.13.0。 Create React App 需要 Node 14 或更高版本。 请更新您的节点版本

[英]You are running Node 12.13.0. Create React App requires Node 14 or higher. Please update your version of Node

Im creating a new react project using create-react-app but it gives an error that says "You are running Node 12.13.0. Create React App requires Node 14 or higher. Please update your version of Node."我使用 create-react-app 创建了一个新的 react 项目,但它给出了一个错误消息“您正在运行 Node 12.13.0。创建 React App 需要 Node 14 或更高版本。请更新您的 Node 版本。”

i have tried many things which i found in online articles but did not work.我尝试了很多我在网上文章中找到的东西,但没有奏效。

try using NVM (node version manager) is a portable solution for managing multiple versions of node.尝试使用 NVM(节点版本管理器)是管理多个节点版本的便携式解决方案。

nvm install node
nvm use node
nvm install --lts
nvm use --lts

install and use to install the latest version and use it. install and use安装最新版本并使用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 create-react-app 说“Create React App 需要 Node 14 或更高版本。” 修复节点给出“npm 不支持 Node.js v10.19.0” - create-react-app says "Create React App requires Node 14 or higher." Fixing node gives "npm does not support Node.js v10.19.0" `npx create-react-app` 说它需要“节点 14 或更高版本”,但我运行的是 17.4.0。 我怎样才能解决这个问题? - `npx create-react-app` says it requires "Node 14 or higher" but I'm running 17.4.0. How can I fix this? Create-React-App需要Node 4.0或更高版本 - Create-React-App requires Node 4.0 or higher Create-React-App需要Node 4.0或更高版本-在Windows上 - Create-React-App requires Node 4.0 or higher - on Windows 请更新到 Node >=14 和 npm >=6。 但是我有更高版本 - Please update to Node >=14 and npm >=6. But I have higher versions 请更新您的Node运行时版本> = 0.12.x - Please update your Node runtime to version >=0.12.x 使用旧版本的节点创建 React App - Create React App with an older version of node create-react-app 不支持的节点版本 - create-react-app unsupported node version (node:834) [SEQUELIZE0006] DeprecationWarning: This database engine version is not supported, please update your database server - (node:834) [SEQUELIZE0006] DeprecationWarning: This database engine version is not supported, please update your database server 将节点版本更新到 14 后运行 npm install 时出错 - Getting error when running npm install after update node version to 14
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM