Heim > Fragen und Antworten > Hauptteil
之前在nodejs文件夹下的node_modules下新建了文件夹a,新建的时候就提示不允许,可是还是新建成功了,现在运行npm出现Error: EPERM: operation not permitted, mkdir 'C:Program Filesnodejsnode_modulesa',我把a文件删了还是这么提醒,怎么办?
ringa_lee2017-04-17 15:28:18
其实你在安装node的时候出了安装目录之外。还有模块的缓存目录。以及其他的文件在你的C盘里。。所以在删的时候要都清理掉。。然后在安装运行npm就没问题了。。