vitest icon indicating copy to clipboard operation
vitest copied to clipboard

Vite-node fails with "SyntaxError: The requested module ... does not provide an export named ..."

Open jzkinetic opened this issue 7 months ago • 0 comments

Describe the bug

When importing the library "@raydium-io/raydium-sdk-v2" in vite-node, it fails with "SyntaxError: The requested module 'lodash' does not provide an export named 'get'"

This does not happen when running via TSX or Bun.

Reproduction

https://stackblitz.com/edit/vitejs-vite-3mj8wbsg?file=README.md

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 20.19.1 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.8.2 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    vite: ^6.3.5 => 6.3.5

Used Package Manager

npm

Validations

jzkinetic avatar May 13 '25 05:05 jzkinetic