我在为Angular安装节点模块时遇到了问题

时间:2019-11-21 10:53:08

标签: javascript angular npm node-modules npm-install

当我执行npm安装时,最后出现错误:

error syscall unlink
22396 error The operation was rejected by your operating system.
22396 error It's possible that the file was already in use (by a text editor or antivirus),
22396 error or that you lack permissions to access it.
22396 error
22396 error If you believe this might be a permissions issue, please double-check the
22396 error permissions of the file and its containing directories, or try running
22396 error the command again as root/Administrator (though this is not recommended).
22397 verbose exit [ -4048, true ]

我不知道为什么

2 个答案:

答案 0 :(得分:1)

通常在特定文件繁忙或当前正在使用时发生。

您可以通过以下方式解决此问题。

  1. 关闭您的代码编辑器,然后重试
  2. 如果仍然无法解决该问题,请关闭该应用程序的任何实例。
  3. 然后重新启动系统以终止可能正在使用该文件的所有进程,然后重试。
  4. 如果您使用的是Linux或Mac计算机,请使用restLogRepositoryCustom.getAllJoinedRecords()

希望这会有所帮助

答案 1 :(得分:0)

您尝试过

  1. 打开具有管理员权限的终端(以管理员身份运行)。
  2. 关闭所有与项目相关的文件,然后再次执行命令。