oyedejioyewole / nuxt-bootstrap-icons

Just a simple integration for Bootstrap Icons by @twbs
https://nuxt-bootstrap-icons.vercel.app
6 stars 2 forks source link

Breaking Change in Latest Release: Missing Icons Directory #7

Closed victorokech closed 8 months ago

victorokech commented 8 months ago

Screenshot 2024-01-05 143647

Description

The latest release of nuxt-bootstrap-icons introduces a breaking change causing the following error:

ENOENT: no such file or directory, scandir '/node_modules/nuxt-bootstrap-icons/node_modules/bootstrap-icons/icons'

Steps to Reproduce

  1. Update to the latest version of nuxt-bootstrap-icons
  2. Run your Nuxt application
  3. Observe the error mentioned above.

Expected Behaviour

The icons directory should be present and accessible within the module's structure

Actual Behaviour

The icons directory is missing, leading to the error and preventing proper icon usage.

Environment:

Additional Information

Reverting back to the previous version 1.0.3 is a temporary resolution.

Request

Kindly investigate this breaking change and provide a fix or guidance for addressing it. Thank you for your attention to this issue!

oyedejioyewole commented 8 months ago

Hmm, have you tried using version 1.1.1

victorokech commented 8 months ago

Hmm, have you tried using version 1.1.1

Yes same issue

oyedejioyewole commented 8 months ago

@victorokech I've solved the issue with version 1.1.3

victorokech commented 8 months ago

Awesome, will check it out