-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
📜 Description
getting below error when I try to build the code
Packing source code into tar to upload...
Excluding '.git' based on default ignore rules
Excluding '.gitignore' based on default ignore rules
[WinError 3] The system cannot find the path specified: '.\node_modules\@Oriflame\backstage-plugin-score-card\node_modules\@backstage\frontend-plugin-api\node_modules\@backstage\core-components\dist\components\EmptyState\MissingAnnotationEmptyState.esm.js.map'
👍 Expected behavior
It should build successfully
👎 Actual Behavior with Screenshots
Packing source code into tar to upload...
Excluding '.git' based on default ignore rules
Excluding '.gitignore' based on default ignore rules
[WinError 3] The system cannot find the path specified: '.\node_modules\@Oriflame\backstage-plugin-score-card\node_modules\@backstage\frontend-plugin-api\node_modules\@backstage\core-components\dist\components\EmptyState\MissingAnnotationEmptyState.esm.js.map'
👟 Reproduction steps
az acr build -r [azure acr name] -f acr-task.yaml .
Following the steps here:
📃 Provide the context for the Bug.
No response
🖥️ Your Environment
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None