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
docs: add npm 11 approve-scripts step to install instructions
npm 11+ gates lifecycle scripts (postinstall, postuninstall)
behind explicit user approval. Until 'npm approve-scripts
@gilbertwong1996/ado' is run, the postinstall hook that
auto-installs shell completion is silently skipped and users
see a warning instead.
Update both README.md and github-page/index.html to include
the one-time approval command in the npm install path.
0 commit comments