Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Deprecation Warning when building with Nuxt #20190

Open
1 of 2 tasks
daniloribeiro00 opened this issue Apr 10, 2024 · 0 comments
Open
1 of 2 tasks

Bug: Deprecation Warning when building with Nuxt #20190

daniloribeiro00 opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
bug needs-triage This bug needs to be confirmed

Comments

@daniloribeiro00
Copy link

daniloribeiro00 commented Apr 10, 2024

Bug description

When I build my app that uses FontAwesome libraries, the console gives me the following warning:

(node:25432) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.json.js" for module request ".//index.json" matched to "./*" in the "exports" field module resolution of the package at C:\Users\danilo.ribeiro\Documents\Projetos\design-system-boilerplate-nuxt\node_modules\@fortawesome\free-solid-svg-icons\package.json imported from C:\Users\danilo.ribeiro\Documents\Projetos\design-system-boilerplate-nuxt\node_modules\.pnpm\nitropack@2.9.6\node_modules.

It doesn't prevent the build though.

Here is the dependencies versions:
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"nuxt": "^3.11.2",

Reproducible test case

no url since it's a build bug

Screenshots

No response

Font Awesome version

v6.5.2

Serving

Kit

Implementation

CSS

Browser and Operating System

  • Windows 11
  • Node 20.12.0

Web bug report checklist

  • I have included a test case because my odds go way up that the team can fix this when I do
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@daniloribeiro00 daniloribeiro00 added bug needs-triage This bug needs to be confirmed labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage This bug needs to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants