suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js - 运行npm出错

之前在nodejs文件夹下的node_modules下新建了文件夹a,新建的时候就提示不允许,可是还是新建成功了,现在运行npm出现Error: EPERM: operation not permitted, mkdir 'C:Program Filesnodejsnode_modulesa',我把a文件删了还是这么提醒,怎么办?

阿神阿神2783 Tage vor525

Antworte allen(3)Ich werde antworten

  • 阿神

    阿神2017-04-17 15:28:18

    你为什么要在node_modules下新建文件夹呢?
    把整个node_modules删除试试,然后重新npm install一下试试

    Antwort
    0
  • 大家讲道理

    大家讲道理2017-04-17 15:28:18

    这提示是跟权限相关的。

    你试试用管理员权限执行cmd,再运行npm。

    Antwort
    0
  • ringa_lee

    ringa_lee2017-04-17 15:28:18

    其实你在安装node的时候出了安装目录之外。还有模块的缓存目录。以及其他的文件在你的C盘里。。所以在删的时候要都清理掉。。然后在安装运行npm就没问题了。。

    Antwort
    0
  • StornierenAntwort