| $ npm install vue-quill-editor --save |
| npm ERR! code EPERM |
| npm ERR! syscall unlink |
| npm ERR! path D:\codes\ |
| 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. |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
2016-10-27 正则表达式--转载于http://blog.csdn.net/yigelangmandeshiren/article/details/6414563