标签:
Run this in the command line (or git bash on windows):
echo "" > $(npm config get userconfig) npm config edit
echo "" > $(npm config get globalconfig) npm config --global edit
sudo sh -c ‘echo "" > $(npm config get globalconfig)‘
标签:
原文地址:http://www.cnblogs.com/fenle/p/5586496.html