在win10中,我将纱线添加protobufjs,但是错误显示:error发生意外错误:“ EPERM:不允许操作,取消链接

时间:2020-03-25 08:11:16

标签: node.js windows npm windows-10 yarnpkg

我的操作系统是win10,我执行yarn add protobufjs,它显示:

\**>yarn add protobufjs
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "EPERM: operation not permitted, unlink 

'**:\\***\\Local\\Yarn\\Cache\\v4\\npm-@babel-plugin-proposal-unicode-property-regex-7.4.4-***\\node_modules\\@babel\\plugin-proposal-unicode-property-regex\\test\\fixtures\\without-unicode-flag\\unicode-10\\input.js'".
info If you think this is a bug, please open a bug report with the information provided in "***\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

我该如何解决问题?...

2 个答案:

答案 0 :(得分:5)

最近遇到了类似的问题。 原因是当项目运行时启动yarn,项目使用了一些文件,并导致权限错误。 停止运行的应用程序后,问题消失了,纱线添加成功完成。

答案 1 :(得分:0)

检查您的任何防病毒软件(在我的情况下为 Windows Defender 或 Avast)是否阻止了 Node.js 或您的任何项目组件的执行