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

Package loupe seems to be an ES Module but shipped in a CommonJS package #63

Open
space-nuko opened this issue May 16, 2023 · 1 comment

Comments

@space-nuko
Copy link

I upgraded to vitest 0.30.1 and started getting this error. It says to file an issue against the repo, is this correct?

Module E:/ComfyBox/node_modules/.pnpm/loupe@2.3.6/node_modules/loupe/index.js:7 seems to be an ES Module but shipped in a CommonJS package. You might want to create an issue to the package "loupe" asking them to ship the file in .mjs extension or add "type": "module" in their package.json.

As a temporary workaround you can try to inline the package by updating your config:

// vitest.config.js
export default {
  test: {
    deps: {
      inline: [
        "loupe"
      ]
    }
  }
}
@keithamus
Copy link
Member

See #62

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

2 participants