简体   繁体   English

为什么npm启动后我的浏览器打不开项目

[英]why does my browser does not open the project after npm start

Hello today i want to change something in my project, but when i tried to open the project in browser, it does not open the project and i get message saying "the react app is not responding".您好今天我想更改我的项目中的某些内容,但是当我尝试在浏览器中打开项目时,它没有打开项目并且我收到消息说“反应应用程序没有响应”。 Im pretty sure i dont have any error in my code,last time i remmember changing some components but it worked perfectly fine.我很确定我的代码没有任何错误,上次我记得更改了一些组件,但它工作得非常好。 But now it wont open the project in browser.但现在它不会在浏览器中打开项目。 I dont know how to solve this.我不知道如何解决这个问题。

This is the code, i put it in my github: https://github.com/rhmndhika/InstagramAPI这是代码,我把它放在我的 github: https://github.com/rhmndhika/InstagramAPI

If u can help me pls do, i wanna finish this project.如果你能帮我做,我想完成这个项目。 Thank You谢谢你

PS Bad english PS 英语不好

Your React app has many old deprecated dependency issues that are the reasons it's not working properly.你的 React 应用程序有许多旧的不推荐使用的依赖问题,这是它无法正常工作的原因。 You need to upgrade to latest dependencies or don't use them those are no longer maintained.您需要升级到最新的依赖项或不使用不再维护的依赖项。

Take a look inside the terminal看看终端内部

看看终端内部

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

相关问题 为什么我的 React 应用程序在 npm 启动后永远加载? - Why does my react app is loading forever after npm start? 为什么我不能修改module.exports? 为什么我的浏览器在 `npm run build` 没有问题后会抱怨? - Why can't I modify module.exports? Why does my browser complain after no problems from `npm run build`? npm start对ract模板项目不起作用 - npm start does not work for ract template project 为什么在运行npm run deploy之后我的存储库会更改? - Why does my repository change after running npm run deploy? BROWSER环境变量在react npm start does not select custom browser - BROWSER environment variable in react npm start does not select custom browser 基本解释了npm开始与我的reactjs代码有关以及如何从浏览器运行它 - basic explain for what does npm start do with my reactjs code and how to run it from browser Visual Studio 无法打开我的项目错误 npm start - visual studio cannot open my project error npm start 在反应应用程序中运行 npm 启动后,我的浏览器上没有显示任何内容 - Nothing is Displaying on my browser after running npm start in react app 使用npm start时,为什么我的jsx代码在js中编译? - Why does my jsx code compile in js when I use npm start? 文件保存到项目后,为什么要响应应用程序重新加载? - Why does react app reload after file save in my project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM