简体   繁体   English

npm 错误! 运行 React 之前出错,我无法修复它

[英]npm ERR! Error before running React and i cant fix it

hello I'm new to react anyway after making the necessary setups, after writing "npm start" it gave error how to fix this thanks in advance你好,我是新来的,在进行必要的设置后无论如何都会做出反应,在编写“npm start”之后它给出了如何解决这个问题的错误提前谢谢

enter image description here在此处输入图像描述

You missed changing your directory into your project folder before running npm start .在运行npm start之前,您错过了将目录更改为项目文件夹。

Try running cd bruhdeneme before npm start in the command prompt.在命令提示符下尝试在npm start之前运行cd bruhdeneme

暂无
暂无

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

相关问题 ENOLOCK npm 错误! 运行 npm 审计修复时出错 - ENOLOCK npm ERR! Error while running npm audit fix 如何修复节点服务器错误 npm ERR? 代码 ELIFECYCLE npm 错误! 错误1? - How do I fix a node server error, npm ERR! code ELIFECYCLE npm ERR! errno 1? 反应 npm 错误“npm ERR! 代码 ELIFECYCLE” 当我执行 npm start 时 - React npm error “npm ERR! code ELIFECYCLE” when I do npm start 如何修复此 npm 错误? npm 错误! Windows_NT 10.0.19042 - How can I fix this npm error? npm ERR! Windows_NT 10.0.19042 安装 React 后如何修复此 npm 启动错误? - How can I fix this npm start error after installing React? 如何修复错误:MD5 校验和迁移失败 [1] npm ERR! 代码 ELIFECYCLE npm ERR! 错误号 1 - How to fix Error: MD5 checksum failed for migration [1] npm ERR! code ELIFECYCLE npm ERR! errno 1 我一直在尝试创建一个 React 应用程序,但我一直收到此错误:“npm ERR!cb() 从未调用过!” - I've been trying to create a react app but I keep getting this error: "npm ERR! cb() never called!" 如何修复错误“npm ERR!缺少脚本:开始” - How to fix error "npm ERR! missing script: start" 如何修复 react.js 中的错误(初始化前无法访问词法声明数组)? - How to fix error (cant access lexical declaration Array before initialization ) in react.js? 由于 gyp 错误,我无法运行任何项目。 我该如何解决这个问题:npm ERR! gyp 动词 cli - I cannot run any project because of gyp error. How can I fix this: npm ERR! gyp verb cli
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM