You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to an upstream NPM bug (since fixed) npm/cli#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) npm/cli#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.
The text was updated successfully, but these errors were encountered: