Due to an upstream NPM bug (since fixed) https://github.com/npm/cli/issues/1905, there's a raft of NPM versions that don't correctly execute the post-install hook required by this plugin to strip the extraneous permissions and features out.
As a workaround, I've added a hook to my project in hooks/before_plugin_install.js with the following content:
Not a bug here really... but...
Due to an upstream NPM bug (since fixed) https://github.com/npm/cli/issues/1905, there's a raft of NPM versions that don't correctly execute the post-install hook required by this plugin to strip the extraneous permissions and features out.
As a workaround, I've added a hook to my project in
hooks/before_plugin_install.js
with the following content:Just reporting this here in case it's something worth documenting.