Error "default/lwc/.eslintrc/.eslintrc.js-meta.xml .eslintrc Cannot find Lightning Component Bundle .eslintrc."
Error "default/lwc/jsconfig/jsconfig.js-meta.xml jsconfig Cannot find Lightning Component Bundle jsconfig."
Hi Himanshu and welcome to the community!
The errors seem to be specific to your project configuration rather than Pipelines. Just to give you some context, Pipelines builds run in Docker containers. For every step of your build, a Docker container starts (the build container) using the image you have specified in your bitbucket-pipelines.yml file. The repo is cloned in the build container, and then the commands of the step's script are executed. When the step finishes the Docker container gets destroyed.
You can narrow down whether this is a Pipelines specific issue by reproducing the build locally with Docker, using the following guide:
If the build fails when you reproduce locally with Docker as well, I would suggest reaching out to a forum specific to the framework you are using, as they'll be better equipped to help you with these errors.
Kind regards,
Theodora
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.