我正在使用节点v10.16.0,但是每次尝试运行“ ng new”或“ ng -v”时,我都会收到一条错误消息,指出我正在运行V6.11.3,并且应该使用10.9或更高版本。
我尝试使用“ npm cache clean”清理缓存。我尝试卸载并重新安装angular和node。我已经检查了系统变量并添加了路径。
C:\Users\Yv-Arnel\code>node -v
v10.16.0
C:\Users\Yv-Arnel\code>ng -v
You are running version v6.11.3 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.
Please visit https://nodejs.org/en/ to find instructions on how to update Node.js.
答案 0 :(得分:0)
使用Laragon安装了一个节点版本
一年前,我使用Laragon,并使用Laragon安装了node.js。 我使用“控制面板”卸载了节点,但是由于安装了两个版本,所以我仍然能够运行“ node -v”。因此,我在Laragon上安装了该目录,并删除了该目录,然后在其上安装了最新版本的node aivalaible。网站,我就能运行“ ng new”。