I am trying to create an Azure DevOps extension. As part of this, when I tried to use a npm package azure-pipelines-tasks-azure-arm-rest-v2, it is failing when package extension is done using tfx create extension
command showing the following error:
It is because of a license file included in the module in node_modules. When I deleted that file, it created the .vsix
file successfully. Is there any alternative for this module? Or Is there a way to exclude a file while using the tfx create extension command?