安装富文本依赖失败

$ npm install vue-quill-editor --save
npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path D:\codes\###\node_modules\.node-sass.DELETE\vendor\win32-x64-83\binding.node
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'D:\codes\###\node_modules\.node-sass.DELETE\vendor\win32-x64-83\binding.node'
npm ERR!  [OperationalError: EPERM: operation not permitted, unlink 'D:\codes\###\node_modules\.node-sass.DELETE\vendor\win32-x64-83\binding.node'] {
npm ERR!   cause: [Error: EPERM: operation not permitted, unlink 'D:\codes\###\node_modules\.node-sass.DELETE\vendor\win32-x64-83\binding.node'] {
npm ERR!     errno: -4048,
npm ERR!     code: 'EPERM',
npm ERR!     syscall: 'unlink',
npm ERR!     path: 'D:\\codes\\###\\node_modules\\.node-sass.DELETE\\vendor\\win32-x64-83\\binding.node'
npm ERR!   },
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'D:\\codes\\###\\node_modules\\.node-sass.DELETE\\vendor\\win32-x64-83\\binding.node',
npm ERR!   parent: '###'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:

然后用yarn 安装成功了

$ yarn add vue-quill-editor
yarn add v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > sass-loader@7.3.1" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 7 new dependencies.
info Direct dependencies
└─ vue-quill-editor@3.0.6
info All dependencies
├─ clone@2.1.2
├─ eventemitter3@2.0.3
├─ fast-diff@1.1.2
├─ parchment@1.1.4
├─ quill-delta@3.6.3
├─ quill@1.3.7
└─ vue-quill-editor@3.0.6
Done in 24.95s.
posted @ 2022-10-27 17:23  SultanST  阅读(57)  评论(0编辑  收藏  举报