Strapi develop error Bootstrap function in plugin "documentation" failed error TypeError: strapi.admin.services.permission.actionProvider.registerMany is not a function

Following migration from 3.2.5 to 3.3.0, received the following error when attempting to run strapi using npm run develop

strapi develop error Bootstrap function in plugin "documentation" failed error TypeError: strapi.admin.services.permission.actionProvider.registerMany is not a function

The following seemed to eventually work:

  • Update package.json changing 3.2.5 to 3.3.0
  • Removing package-lock.json and node_modules/ with rm -rf package-lock.json node_modules/
  • Running npm run build -- --clean
  • Running npm run develop

Thanks for your help,

Michael