繁体   English   中英

我无法运行 npm start

[英]I can't run npm start

我已经使用 npx create-react-app 成功创建了一个反应应用程序,但是当我输入 npm start 时,它会标记错误

npm start

The error is: 
npm ERR! path C:\Users\Gerald\Documents\profile\package.json
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Gerald\Documents\profile\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Gerald\AppData\Roaming\npm-cache\_logs\2019-07-19T08_31_34_664Z-debug.log

您首先需要导航到您创建应用程序的文件夹。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM