面对这个错误,同时开始反应 js 应用程序
facing this error , while start of react js app
PS C:\Windows\System32\WindowsPowerShell\v1.0> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Windows\System32\WindowsPowerShell\v1.0\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Windows\System32\WindowsPowerShell\v1.0\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\Ahmad Hannan\AppData\Roaming\npm-cache\_logs21-04-20T14_28_07_305Z-debug.log
嗯,从你正在打印的错误来看,你试图从 C:\Windows\System32\WindowsPowerShell\v1.0>
运行 npm
尝试移动到你的应用程序目录并 运行 它在那里。
您的应用程序目录通常包含一个名为 package.json
的文件
PS C:\Windows\System32\WindowsPowerShell\v1.0> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Windows\System32\WindowsPowerShell\v1.0\package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Windows\System32\WindowsPowerShell\v1.0\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\Ahmad Hannan\AppData\Roaming\npm-cache\_logs21-04-20T14_28_07_305Z-debug.log
嗯,从你正在打印的错误来看,你试图从 C:\Windows\System32\WindowsPowerShell\v1.0>
运行 npm
尝试移动到你的应用程序目录并 运行 它在那里。
您的应用程序目录通常包含一个名为 package.json