chat_application icon indicating copy to clipboard operation
chat_application copied to clipboard

Hey guys , an issue I keep running into

Open boxingcoder00 opened this issue 2 years ago • 1 comments

"Compiled with problems:X

ERROR in ./src/App.js 5:0-46

Module not found: Error: Cannot find file: 'ChatFeed.jsx' does not match the corresponding name on disk: '.\src\components\Components'.

ERROR in ./src/App.js 6:0-46

Module not found: Error: Cannot find file: 'LoginForm.jsx' does not match the corresponding name on disk: '.\src\components\Components'."

Is the issue I'm not sure why everything is in place and seems fine thinking its the program/ computer can someone check it for me? or have an idea what it may be

boxingcoder00 avatar Mar 06 '23 23:03 boxingcoder00

1-can you do one thing in ./src/App.js there import React from 'react' instead of 'React' just try and to check import React from 'React' instead of using this use this-> import React from 'react' 2- you can install React-router by using command `npm install react-router-dom

` 3-delete the folder "node_modules/.cache" and then again run npm start because to make sure you get fully refreshed compilation process

Sankalpcreat avatar Sep 02 '23 16:09 Sankalpcreat