npm uninstall @ng-bootstrap/ng-bootstrap code example
Example 1: remove all packages npm
npm ls -gp --depth=0 | awk -F/ '/node_modules/ && !/\/npm$/ {print $NF}' | xargs npm -g rm
Example 2: ngbmodal angular 9 yarn install
ng add @ng-bootstrap/ng-bootstrap