Used the code from here: https://www.npmjs.com/package/chart.js-image  Interestingly no error on execution. It seems only the editor has an issue here. ``` import ChartJSImage from 'chart.js-image'; ... await line_chart.toFile('chart.png'); ``` Installed via `npm install chart.js-image --save-dev`