Closed arunabhg closed 2 years ago
Hey @arunabhg, thanks for raising this with us. I make the changes and publish it in v5.0.14 . Please let me know if you still reproduce the issue
The issue seems to be taken care of in the latest version. Running fine now. Happy to contribute
Bugs and Questions
Vite gives an error while running an application having nuka-carousel
Describe Your Environment
Describe the Problem
When running my vite React project by using
npm run dev
, I'm getting the following error-Below is the nuka-carousel's package.json entry -
Additional Information
On inspection, I found that the module entry is incorrect. The error stops after I manually change the data for the
"module"
key to"es-v5/index.js"
in nuka-carousel's package.json and re-run my application.But if I do an npm install later, the error reappears as the package.json gets reset.