簡體   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