gpt4 book ai didi

javascript - npm lodash 安装问题?

转载 作者:行者123 更新时间:2023-12-03 03:30:01 29 4
gpt4 key购买 nike

我正在尝试通过 npm 在项目上安装 lodash,每次尝试为我的项目安装它时都会出现此错误:

D:\github\sandbox\NgRx-Store>npm install --save lodash npm ERR! path D:\github\sandbox\NgRx-Store\node_modules\fsevents\node_modules\aws-sign2\package.json npm ERR! code EPERM npm ERR! errno -4048 npm ERR! syscall unlink npm ERR! Error: EPERM: operation not permitted, unlink 'D:\github\sandbox\NgRx-Store\node_modules\fsevents\node_modules\aws-sign2\package.json' npm ERR! { Error: EPERM: operation not permitted, unlink 'D:\github\sandbox\NgRx-Store\node_modules\fsevents\node_modules\aws-sign2\package.json' npm ERR! stack: 'Error: EPERM: operation not permitted, unlink \'D:\github\sandbox\NgRx-Store\node_modules\fsevents\node_modules\aws-sign2\package.json\'', npm ERR! errno: -4048, npm ERR! code: 'EPERM', npm ERR! syscall: 'unlink', npm ERR! path: 'D:\github\sandbox\NgRx-Store\node_modules\fsevents\node_modules\aws-sign2\package.json' } npm ERR! npm ERR! Please try running this command again as root/Administrator.

npm 错误!此运行的完整日志可以在以下位置找到:npm 错误! C:\Users\Perry Craft\AppData\Roaming\npm-cache_logs\2017-09-10T21_35_04_683Z-debug.log

有没有办法以 Angular 4 项目的另一种方式安装 lodash 和 @types/lodash。

最佳答案

同样的事情也发生在我身上。因此,尝试重新安装 NodeJS 并再次运行 npm install 。尝试之后,npm i -g npm 并最终安装npm i --save lodash。希望这也适合你。

<小时/>

否则,请尝试从 https://lodash.com/ 本地下载文件或者尝试使用 CDN。

关于javascript - npm lodash 安装问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46145819/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com