Last active
September 16, 2016 13:11
-
-
Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.
Revisions
-
ctkdev revised this gist
Sep 16, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,10 +4,10 @@ or npm uninstall <package_name> --global e.g. npm uninstall angular-cli -g Then Clear the Cache: npm cache clean -
ctkdev created this gist
Sep 16, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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