Performance icon indicating copy to clipboard operation
Performance copied to clipboard

TypeError: Cannot read property 'metrics' of undefined

Open kimpetersend1 opened this issue 8 years ago • 0 comments

Getting this error when running gulp perf-tool

This is my setup in my gulpfile.js

require('gulp').task('perf-tool', function () {
  var options = {
    siteURL:'website url',
    sitePages: ['/'],
    resultsFolder: './perf-tool'
  };
  return require('devbridge-perf-tool').performance(options);
});

kimpetersend1 avatar Mar 03 '17 10:03 kimpetersend1