Hi, I'm continually running into this error after migrating our application to use Vite 5.
It seems to be related to the estree-walker package that's used by atlassian/pipelines.
After some digging, I found this issue with the estree-walker package.
Is there any way I can circumvent this? Any advice would be appreciated!
Thanks!
Josh
In case it helps anyone else running into this, my issue was that I was trying to install dependencies using a bun image, and then run tests with a node image. I updated all of my steps to use squishyu/bun-alpine:latest, which fixed the issue.
Also, for our app, it seems bun can install dependencies as fast as the pipelines can download cached node_modules, so I didn't bother to cache.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.