Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Pipelines: React / Typescript Cannot Resolve Module

Deleted user February 14, 2018

Hello!

I am trying to run a pipline:



image: node:9.5.0

pipelines:
branches:
develop:
- step:
name: Build and test
deployment: test
script:
- yarn install
- yarn test
- yarn build

 

With the result: 

Module not found: Error: Can't resolve './../../components/Table' in '/opt/atlassian/pipelines/agent/build/src/views/CalendarEntries'

Currently my build fails always, because the build doesn't work. Dunno what's wrong, especially because I tried running it in a docker container with the same image without errors.

 

Any help appreciated!

1 answer

1 accepted

1 vote
Answer accepted
Deleted user February 14, 2018

Well it was a case sensitive issue withing my repo. This question can be deleted!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events