babel-preset-es2015-ie icon indicating copy to clipboard operation
babel-preset-es2015-ie copied to clipboard

TypeError: Cannot read property 'pipe' of null

Open SergeyMell opened this issue 6 years ago • 0 comments

After adding this preset to the project it fails to compie. I get

TypeError: Cannot read property 'pipe' of null

Here is a backtrace:

ypeError: Cannot read property 'pipe' of null
    at Object.run (/Users/sergey/_projects/griffon_alert_20/node_modules/nodemon/lib/monitor/run.js:263:19)
    at /Users/sergey/_projects/griffon_alert_20/node_modules/nodemon/lib/nodemon.js:221:13
    at /Users/sergey/_projects/griffon_alert_20/node_modules/nodemon/lib/config/index.js:82:7
    at run (/Users/sergey/_projects/griffon_alert_20/node_modules/karma/node_modules/core-js/modules/es6.promise.js:66:22)
    at /Users/sergey/_projects/griffon_alert_20/node_modules/karma/node_modules/core-js/modules/es6.promise.js:79:30
    at flush (/Users/sergey/_projects/griffon_alert_20/node_modules/karma/node_modules/core-js/modules/_microtask.js:18:9)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)
[

SergeyMell avatar Mar 20 '18 13:03 SergeyMell