jslovers / jslovers-official-website

JSLovers Official Website built on Next.js
MIT License
59 stars 47 forks source link

Module not found: Can't resolve error #86

Closed SureshKuchana closed 3 months ago

SureshKuchana commented 3 months ago

Describe the bug Currently if i ran the application, throwing the `Module not found: Can't resolve '@/components/Navigation/MainNav' error

To Reproduce Steps to reproduce the behavior:

  1. clone the repo https://github.com/your-username/jslovers-official-website.git
  2. Install the dependencies npm i or yarn
  3. and run the application npm run dev or yarn dev
  4. See error Module not found: Can't resolve '@/components/Navigation/MainNav'

Expected behavior Application should run without any fail.

Screenshots If applicable, add screenshots to help explain your problem. image

image

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context Add any other context about the problem here.

SureshKuchana commented 3 months ago

@Neha Will create a PR

Neha commented 3 months ago

The fix is navigation folder should be rename to uppercase N -> Navigation.

I took the dev pull but not able to see this gap in my local. Would you like to go ahead and push from your end this change?

SureshKuchana commented 3 months ago

@Neha created PR https://github.com/jslovers/jslovers-official-website/pull/88