Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.01k stars 16.1k forks source link

Travis CI fails on dependency SyntaxError #5769

Closed bvanderlugt closed 5 years ago

bvanderlugt commented 5 years ago

201-TimeSeriesInsights-with-iothub

Issue Details

The last few CI builds have broken with a similar error:

const word = '[a-fA-F\\d:]';
^^^^^
SyntaxError: Use of const in strict mode.
    at exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:443:25)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/travis/build/Azure/azure-quickstart-

Repro steps (if necessary, delete otherwise)

  1. Make a PR
bvanderlugt commented 5 years ago

Closing because it looks like this was addressed in the last patch to master.