Cannot build west workspace "FATAL ERROR: Malformed manifest file

I am trying to build a new workspace for my project using VSCODE & nrf connect. I select create new application and fill out the config as seen in attached photo. The build stops almost instantly with the following logs.

[west]: updating c:\board_hardware_test\board-hardware-test\hello_world...

[west]: FATAL ERROR: Malformed manifest file: C:\board_hardware_test\board-hardware-test\hello_world\west.yml
[west]: Schema file: c:\ncs\toolchains\v2.0.0\opt\bin\Lib\site-packages\west\manifest-schema.yml
[west]: Hint: manifest:
[west]: remotes:
[west]: - name: ncs
[west]: url-base: https://github.com/nrfconnect
[west]: projects:
[west]: - name: sdk-nrf
[west]: remote: ncs
[west]: path: nrf
[west]: revision: v2.0.0
[west]: import: true
[west]: clone-depth: 1
[west]: self:
[west]: path: hello_world
[west]:

[west]: exited with code 1.

I have done a west update, I have also tried to create a workspace in another folder using west init & update. I cloned the nrf connect repo into this folder also. If i copy my application into the workspace and attempt to build i receive the error "Could NOT find Perl (missing: PERL_EXECUTABLE)"

I can attach full log if required, Thanks.

Parents Reply Children
Related