Skip to content

Instantly share code, notes, and snippets.

@ctkdev
Last active September 16, 2016 13:11
Show Gist options
  • Select an option

  • Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.

Select an option

Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.

Revisions

  1. ctkdev revised this gist Sep 16, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions npm_uninstall.txt
    Original file line number Diff line number Diff line change
    @@ -4,10 +4,10 @@ or

    npm uninstall <package_name> --global

    __e.g.__
    e.g.

    npm uninstall angular-cli -g

    __Then Clear the Cache:__
    Then Clear the Cache:

    npm cache clean
  2. ctkdev created this gist Sep 16, 2016.
    13 changes: 13 additions & 0 deletions npm_uninstall.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    npm uninstall <package_name> -g

    or

    npm uninstall <package_name> --global

    __e.g.__

    npm uninstall angular-cli -g

    __Then Clear the Cache:__

    npm cache clean