how to delete package from npmjs 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>
Example 3: npm package remove from npm website
npm unpublish <package-name> -f
Example 4: how to uninstall npm package
npm uninstall -g <module_name> //to uninstall globally