首页 > 其他分享 >安装富文本依赖失败

安装富文本依赖失败

时间:2022-10-27 17:33:24浏览次数:47  
标签:npm node 依赖 vendor sass ERR 文本 安装 ###

$ 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 " > [email protected]" 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
└─ [email protected]
info All dependencies
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]
Done in 24.95s.

标签:npm,node,依赖,vendor,sass,ERR,文本,安装,###
From: https://www.cnblogs.com/Sultan-ST/p/16833045.html

相关文章

  • Python主题建模LDA模型、t-SNE 降维聚类、词云可视化文本挖掘新闻组数据集|附代码数据
    全文链接:tecdat.cn/?p=24376在这篇文章中,我们讨论了基于gensim包来可视化主题模型(LDA)的输出和结果的技术(点击文末“阅读原文”获取完整代码数据********)。介绍......
  • 完美解决Building fresh packages... 或者 yarn安装依赖一直处理waiting
    大家在学习umi是不是经常遇到这个问题,这是因为puppeteer包需要从国外下网上有许多解决方法例如设置淘宝源镜像yarnconfigsetregistryhttps://registry.npm.taobao......
  • R语言文本挖掘、情感分析和可视化哈利波特小说文本数据|附代码数据
    全文下载链接:tecdat.cn/?p=22984一旦我们清理了我们的文本并进行了一些基本的词频分析,下一步就是了解文本中的观点或情感。这被认为是情感分析,本教程将引导你通过一个简单......
  • k8s 安装metrics-server
    下载:https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yamlcomments.yaml文件修改:containers:-args:--......
  • mysql: mycat 安装和简单应用
    mycat安装和简单应用   一、mycat概述 mycat用于数据库的分库分表,本文以数据库mysql-8.0.31为例。mycat主要用“逻辑库、逻辑表”来管理各个物理节点主机......
  • 安装OpenDDS
    之后的程序要用到OpenDDS,记录一下安装过程。1、下载OpenDDS安装包,安装平台是Windows。我下载的是OpenDDS-3.21,解压后放在D盘。Indexof/OpenDDS/previous-releases(obj......
  • 第七章 lsyncd安装与使用
    一、官方文档https://axkibe.github.io/lsyncd/https://github.com/axkibe/lsyncd二、简介Lsyncd使用文件系统事件接口(inotify或fsevents)来监视对本地文件和目录的更......
  • windows安装多个redis
    思路:首先安装1个,然后复制文件包,该端口,安装和启动服务即可 第一步:将本地已安装Redis的目录复制一份儿,目录重新命名(目录名称自行定义即可)。我定义的目录名称是Redis6380......
  • linux 快速安装docker
    文档说明:只记录关键地方;试验环境:linuxdebian11目标:debian或者ubuntu快速使用上docker#!/bin/bash#https://www.ruanyifeng.com/blog/2017/11/bash-set.htmlset......
  • maven打包依赖异常
    异常现象      maven本地仓库有包,仍然去远程仓库拉取包问题,导致couldnotfindartifact***问题           Maven本地仓库Verifying......