gpt4 book ai didi

node.js - 已下载 Npm 命令但无法识别

转载 作者:行者123 更新时间:2023-12-04 15:40:06 26 4
gpt4 key购买 nike

所以我最近更新了 node js,因为我打算尝试 Angular 但是现在当我尝试运行任何命令时,比如 create-react-app appname我开始明白了。

C:\Users\Mine\AppData\Roaming\npm/node_modules/node/bin/node: line 1: This: command not found



现在我检查了我的环境变量,并在我的 Path 文件夹之上

C:\Users\Mine\AppData\Roaming\npm which im pretty sure is the correct path.



我尝试更改 programfiles\node 的路径,但效果不佳。
enter image description here

最佳答案

我认为您应该在更新 Node js 后卸载 create-react-app

npm uninstall create-react-app
npm uninstall -g create-react-app
npm cache clean --force

在接下来
npm install -g create-react-app

安装成功后,尝试运行
npx create-react-app hello-world

Note

npx on the first line is not a typo — it’s a package runner tool that comes with npm 5.2+.

关于node.js - 已下载 Npm 命令但无法识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58110213/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com