npm delete package from project code example
Example 1: how to uninstall npm packages
npm uninstall --save <package_name>
npm un <package_name>
Example 2: npm package remove from npm website
npm unpublish <package-name>@<version>
npm uninstall --save <package_name>
npm un <package_name>
npm unpublish <package-name>@<version>