Hi!
Stable STRAPi version: 3.5.4
Trying to install strapi-plugin-versioning from this package (https://www.npmjs.com/package/strapi-plugin-versioning),
I'm doing due to instruction on package page.
- run install
- create config/middleware.js.
- copy node_modules/strapi-versioning-plugin/extensions to ./extensions
- run build
After when I tried to start strapi i received:
error TypeError: Cannot read property 'listContentTypes' of undefined
I understand that it might be cause new version of Strapi.
Can smb please help how to fix it?