gpt4 book ai didi

node.js - npm启动reactjs,无法启动,react-scripts : command not found

转载 作者:太空宇宙 更新时间:2023-11-04 03:03:18 29 4
gpt4 key购买 nike

所以我正在尝试学习 React。以前从未使用过它,今天参加了一些类(class)。我按照 reactjs.org 上的说明进行操作用于设置单页应用程序。我一路运行 npm start 并遇到了错误。所以,很恼火,我做了一些研究,更新了npm和node.js(npm现在是v5.6.0,node现在是9.4.0),但仍然遇到同样的错误。现在我没有找到任何答案,并且完全不明白为什么 npm start 不起作用。

Jonathans-MBP:src jonathankuhl$ npm start

> my-app@0.1.0 start /Users/jonathankuhl/Documents/HTML:CSS Practice/react test/my-app
> react-scripts start

sh: react-scripts: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! my-app@0.1.0 start: `react-scripts start`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the my-app@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jonathankuhl/.npm/_logs/2018-01-26T19_59_09_179Z-debug.log
Jonathans-MBP:src jonathankuhl$ cd ./
Jonathans-MBP:src jonathankuhl$ ls
App.css index.js
App.js logo.svg
App.test.js registerServiceWorker.js
index.css
Jonathans-MBP:src jonathankuhl$ cd ..
Jonathans-MBP:my-app jonathankuhl$ ls
README.md package-lock.json public
node_modules package.json src
Jonathans-MBP:my-app jonathankuhl$

如有任何帮助,我们将不胜感激。

最佳答案

看起来您没有安装react-script,请在​​npm start之前执行npm install,或者如果这不能解决问题,请执行npm install react-scripts --save来安装它们,它应该可以修复它。

关于node.js - npm启动reactjs,无法启动,react-scripts : command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48469080/

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