macaca网上的各种教程中,都建议使用淘宝源安装macaca,使用淘宝源就需要先安装cnpm,在win7上切换到淘宝源安装cnpm后(npm install -g cnpm --registry=https://registry.npm.taobao.org)
在安装cnpm的过程中,经常报错,此问题的解决方案是,在本地删除已安装的cnpm,目录(C:\Users\Administrator\AppData\Roaming\npm\node_modules\cnpm),删除整个cnpm目录,再重新
执行命令(npm install -g cnpm --registry=https://registry.npm.taobao.org)安装cnpm能解决该问题