win7系统下怎样才能运行react?

win7系统下运行不了react项目咋办?

提示:Create React App requires Node 14 or higher

也就是要求安装node14以上版本,但是安装node14后提示node14只支持win10啊!

不想换系统的情况下该怎么解决这个问题?

也就是win7系统下怎么才能运行react?

img

试试装个虚拟机,虚拟机里面跑个win10?

它不是提示了 你运行的 node 10版本 。 create reasct app 需要 node 14或者较高版本 。 你只要 升级一下你的node版本 就行。

使用webpack搭建,CRA需要nodev14,webpack搭建react项目看以下链接
https://blog.csdn.net/weixin_43503730/article/details/118693115