You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
./$AZURE_RESOURCE_GROUP/app/Modules/account/forgotpassword.component.ts:5:0-70 - Error: Module not found: Error: Can't resolve 'xxx/app/services/common.service' in '/opt/atlassian/pipelines/agent/build/src/ui/$AZURE_RESOURCE_GROUP/app/Modules/account'
Welcome to the Atlassian Community!
This is a problem inside your build process, not really a Bitbucket pipeline problem.
It looks to me like you have used an environment variable (the $AZURE_ thing) which is not being set in the build environment. Most systems put the name of a variable out like this when it's not been set, so you at least know which one needs setting!
Check your build setup, it's probably missing that variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.