发生了意外错误: "EPERM: 操作不允许"。

3

我安装了ReactJS来进行一些项目的开发,但是这些错误让我感到头疼。 第一个错误出现在我尝试为我的项目添加包时。 所以,我使用了:

yarn add @material-ui/icons  

然后它正在获取。接着我在终端上收到了以下错误信息:

error An unexpected error occurred: "EPERM: operation not permitted, unlink 'C:\\React\\MyProject\\node_modules\\node-sass\\vendor\\win32-x64-93\\bindiinfo Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

我找到了一些解决方案并想尝试,但每当我尝试使用安装命令时,它都不允许我操作。错误信息如下:
npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\XXXXXX\AppData\Roaming\npm-cache\_logs\2021-11-14T00_08_12_781Z-debug.log
enter code here

每当我点击这个错误日志时,就会看到以下内容。
    0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\XXXXXXXX\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   '-g',
1 verbose cli   'yarn'
1 verbose cli ]
2 info using npm@5.3.0
3 info using node@v16.13.0
4 verbose npm-session 95556b4f7a104717
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 200 https://registry.npmjs.org/yarn 188ms
8 http fetch GET 200 https://registry.npmjs.org/yarn/-/yarn-1.22.17.tgz 120ms
9 silly pacote tag manifest for yarn@latest fetched in 352ms
10 verbose stack TypeError: cb.apply is not a function
10 verbose stack     at C:\Users\XXXXXXX\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:287:18
10 verbose stack     at FSReqCallback.oncomplete (node:fs:199:5)
11 verbose cwd D:\React\projem
12 verbose Windows_NT 10.0.19043
13 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\XXXXXXXX\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "yarn"
14 verbose node v16.13.0
15 verbose npm  v5.3.0
16 error cb.apply is not a function
17 verbose exit [ 1, true ]

请帮帮我否则我很快就会发疯!最好的祝福给大家,感谢您的帮助。


也许你的捆绑包在另一个终端中以观察模式运行?如果找不到它,请重新启动计算机并重试。 - CherryDT
3个回答

15
请停止开发服务器并安装或添加所需的软件包。

0
Avast Antivirus是我的罪魁祸首。禁用它。

0

当我尝试使用yarn安装蓝图包时,我遇到了同样的问题,但我通过使用npm软件包管理器(npm install)解决了它。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接