aaronsajo / feedly-by-aaronsajo

feedly-by-aaronsajo.vercel.app
MIT License
0 stars 0 forks source link

Error while Deploying #12

Closed aaronsajo closed 3 years ago

aaronsajo commented 3 years ago

@JaganKaartik @MazahirHaroon @karthiknmenon : Feedly is working good locally but when I tried to deploy it . Following error occurred.

20:12:23.481 | Failed to compile. 20:12:23.481 |   20:12:23.481 | ./src/App.js 20:12:23.481 | Cannot find file './landingpage/Index' in './src'. 20:12:23.481 |   20:12:23.481 |   20:12:23.506 | error Command failed with exit code 1. 20:12:23.506 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 20:12:23.522 | Error: Command "yarn run build" exited with 1

I forgot to pull the repo locally after the last merge. Is that the issue?

JaganKaartik commented 3 years ago

This seems to be the error:

Cannot find file './landingpage/Index' in './src'.

Please attach a screenshot of the folder directory for reference.

aaronsajo commented 3 years ago
Screenshot 2021-10-27 at 9 02 18 PM

@JaganKaartik

aaronsajo commented 3 years ago

@JaganKaartik Screenshot Attached.

aaronsajo commented 3 years ago

@JaganKaartik Issue Solved. Changed "I" in Index.jsx to "i" i.e. Now the name is index.jsx.