我的操作系统是 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\\[email protected]***\\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.
我该如何解决问题?......

最佳答案

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

关于node.js - 在win10中,我执行yarn add protobufjs,但错误显示: error An unexpected error occurred: "EPERM: operation not permitted, unlink,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/60844951/

10-16 09:29