whenever I import Line this error is thrown please help If any solution is there
./node_modules/chart.js/dist/chart.js
SyntaxError: D:\Projects\Crypto App\crypto-app\node_modules\chart.js\dist\chart.js: Missing class properties transform.
565 | };
566 | class DatasetController {
567 | static defaults = {};
| ^^^^^^^^^^^^^^^^^^^^^
568 | static datasetElementType = null;
569 | static dataElementType = null;
570 | constructor(chart, datasetIndex){
whenever I import Line this error is thrown please help If any solution is there
./node_modules/chart.js/dist/chart.js
SyntaxError: D:\Projects\Crypto App\crypto-app\node_modules\chart.js\dist\chart.js: Missing class properties transform.
565 | };
566 | class DatasetController {