简体   繁体   English

无法在 reactjs 项目中运行 npm 启动

[英]Can't run npm start in reactjs project

I cloned a Github repository.我克隆了一个 Github 存储库。 Once cloned I ran the npm install command.克隆后,我运行npm 安装命令。 When I try to run npm start I get the following error.当我尝试运行npm start 时,出现以下错误。 enter image description here在此处输入图像描述

What am I supposed to do to resolve this problem?我应该怎么做才能解决这个问题?

It looks like it is trying to load "initrd.img" and not able to find that image file.看起来它正在尝试加载“initrd.img”并且无法找到该图像文件。 Can you do a local search on your machine to verify whether this file is present?你能在你的机器上做一个本地搜索来验证这个文件是否存在吗?

You can also verify error messages in "*debug.log" which is mentioned in your error message.您还可以验证错误消息中提到的“*debug.log”中的错误消息。

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

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