EdisonPeM / strapi-plugin-import-export-content

Csv and Json import / export content plugin to Strapi
https://www.npmjs.com/package/strapi-plugin-import-export-content
MIT License
146 stars 66 forks source link

Missing strapi-utils and MaxListenersExceededWarning after running #36

Open damiththamara opened 3 years ago

damiththamara commented 3 years ago

After installation i got the error Error: Cannot find module 'strapi-utils' and I installed strapi-utils and now admin is working fine. But getting the MaxListenersExceededWarning: Possible EventEmitter memory leak detected warning everytime when running the server.

I have removed .cache,build, node modules and rebuild and tried again but same result. Any clues how to fix this?

Thanks