Hi,
I have trying to install below SDK
When I am trying to run npm run start give me the below error
ERROR in ./src/js/index.js
Module build failed (from ./node_modules/eslint-loader/dist/cjs.js):
TypeError: Cannot read properties of undefined (reading ‘getFormatter’)
at getFormatter (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\getOptions.js:52:20)
at getOptions (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\getOptions.js:30:23)
at Object.loader (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\index.js:17:43)
ERROR in ./src/js/main.js
Module build failed (from ./node_modules/eslint-loader/dist/cjs.js):
TypeError: Cannot read properties of undefined (reading ‘getFormatter’)
at getFormatter (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\getOptions.js:52:20)
at getOptions (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\getOptions.js:30:23)
at Object.loader (E:\xampp\htdocs\php\sendbird-sample\javascript-basic-local-caching\node_modules\eslint-loader\dist\index.js:17:43)
webpack 5.91.0 compiled with 2 errors in 20122 ms
can anyone help me what to do?
Thank you