gpt4 book ai didi

javascript - 为什么 "npm start"可以工作,但 "react-scripts start"却不能工作,而 "npm start"显然是执行的?

转载 作者:行者123 更新时间:2023-12-03 13:43:15 30 4
gpt4 key购买 nike

在我的 package.json 中,我有以下脚本 block :

      "scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},

据我了解,当我们输入 npm startnpm run start 时,它会执行 start 下的脚本 block 中列出的命令。

当我输入 npm start 时,它会启动我的 React 应用程序。

为什么当我输入 react-scripts start 时,它会显示:

bash: react-scripts: command not found

最佳答案

如果你全局安装了react-scripts,你就可以运行它。

npm install -g react-scripts

但在您的设置中,它位于节点模块下。因此,只有 npm 可以运行它。

关于javascript - 为什么 "npm start"可以工作,但 "react-scripts start"却不能工作,而 "npm start"显然是执行的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61439116/

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