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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.