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

DeprecationWarning: Use of deprecated double slash #6386

Open
4 tasks
tobiasdiez opened this issue Jul 28, 2024 · 0 comments
Open
4 tasks

DeprecationWarning: Use of deprecated double slash #6386

tobiasdiez opened this issue Jul 28, 2024 · 0 comments

Comments

@tobiasdiez
Copy link
Contributor

Issue workflow progress

Progress of the issue based on the
Contributor Workflow

  • 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox

    Make sure to fork this template and run yarn generate in the terminal.

    Please make sure the GraphQL Tools package versions under package.json matches yours.

  • 2. A failing test has been provided
  • 3. A local solution has been provided
  • 4. A pull request is pending review

Describe the bug

I got the following error with nuxt:


[DEP0166] DeprecationWarning: Use of deprecated double slash resolving "./esm//index.js.js" for module request ".//index.js" matched to "./*" in the "exports" field module resolution of the package at D:\Programming\JabRefOnline\node_modules\.pnpm\node_modules\cross-inspect\package.json

[DEP0166] DeprecationWarning: Use of deprecated double slash resolving "./esm//index.cjs.js" for module request ".//index.cjs" matched to "./*" in the "exports" field module resolution of the package at D:\Programming\JabRefOnline\node_modules\@graphql-tools\utils\package.json 

(I think this is windows specific)

To Reproduce Steps to reproduce the behavior:

Use the packages mentioned above in a nuxt project and the warning is issued during the build.

Expected behavior

No error

Environment:

  • OS: Windows
  • @graphql-tools/...: latest
  • NodeJS: latest

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant