I am using the windows virtual machine to debug the windows integration issues by using elastic-package tool.
I am seeing the below error occurring on my screen every-time when i run the below command
elastic-package build -v
Below is the error screenshot. Tried in various terminal like VS code, WSL etc..
Error: building package failed: invalid content found in built package: found 5 validation errors:
1. file "C:\manoj_int_repo\integrations\build\integrations\windows\1.12.7\changelog.yml" is invalid: Reference file:///1%5Cintegration%5Cchangelog.spec.yml must be canonical
2. could not open folder specification file: open 1\integration\data_stream\spec.yml: file does not exist
3. could not open folder specification file: open 1\integration\docs\spec.yml: file does not exist
4. could not open folder specification file: open 1\integration\kibana\spec.yml: file does not exist
5. file "C:\manoj_int_repo\integrations\build\integrations\windows\1.12.7\manifest.yml" is invalid: Reference file:///1%5Cintegration%5Cmanifest.spec.yml must be canonical ```
I am using the windows virtual machine to debug the windows integration issues by using elastic-package tool.
I am seeing the below error occurring on my screen every-time when i run the below command
elastic-package build -vBelow is the error screenshot. Tried in various terminal like VS code, WSL etc..