Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When I m trying to deploy lwc I m getting these error. Anyone can help?

Himanshu Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2024

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."

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 31, 2024

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events