I'm following this tutorial to learn how to create a component for Canvas Apps.
When I run "npm run build" I have an error that I don't know how to resolve:
> pcf-project@1.0.0 build C:\Users\Hilary Stoupa\Documents\PowerAppsComponents\LinearComponent
> pcf-scripts build
[16:35:38] [build] Initializing...
[16:35:38] [build] Validating manifest...
[16:35:38] [build] Validating control...
[16:35:38] [build] Generating manifest types...
[16:35:38] [build] Compiling and bundling control...
ApplicationInsights:CorrelationIdManager [ { Error: getaddrinfo ENOENT dc.services.visualstudio.com dc.services.visualstudio.com:443
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:57:26)
errno: 'ENOENT',
code: 'ENOENT',
syscall: 'getaddrinfo',
hostname: 'dc.services.visualstudio.com',
host: 'dc.services.visualstudio.com',
port: 443 } ]
[Webpack stats]:
Hash: 617ab22942026f40f4a9
Version: webpack 4.28.4
Time: 1768ms
Built at: 10/14/2019 4:35:40 PM
Asset Size Chunks Chunk Names
bundle.js 8.69 KiB main [emitted] main
Entrypoint main = bundle.js
[./TSLinearInputComponent/index.ts] 4.54 KiB {main} [built]
[16:35:40] [build] Generating build outputs...
[16:35:40] [build] SucceededI thought perhaps it was because the path had a space in it - but I tried again in a new location and had the same issue. I also was wondering if my Pi-Hole was causing the issue, but I whitelisted dc.services.visualstudio.com and still have the issue. Any troubleshooting suggestions?