Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
78 stars 39 forks source link

Cant install package #53

Closed slubowsky closed 5 years ago

slubowsky commented 5 years ago

Describe the bug Attempted to install by running ng add @azure/ng-deploy Install failed. First saw error messages that needed python 2.7. Installed that. Then saw error messages that needed windows SDK 8.1. Installed that. Now getting error message: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [D:\my-app\node_modules\get-cursor-position\build\pos.vcxproj] I give up :(

To Reproduce ng add @azure/ng-deploy

Expected behavior package should be added

Desktop:

Additional context Angular cli 8.3.1

shmool commented 5 years ago

Thanks, @slubowsky! Looking into this. IMO these packages should be optional. They probably belong to development env.

sinedied commented 5 years ago

@shmool this issue is already fixed on master, just need a new release :wink: