当前位置:网站首页>[npm install error report collection] - npm ERR! code ENOTEMPTY npm ERR! syscall rmdir
[npm install error report collection] - npm ERR! code ENOTEMPTY npm ERR! syscall rmdir
2022-08-02 07:12:00 【Yang Beilin】
npm ERR! code ENOTEMPTY npm ERR! syscall rmdir
Error message
npm ERR! code ENOTEMPTY
npm ERR! syscall rmdir
npm ERR! path D:\cmeim\chongtong\cmeim-web\node_modules.staging\swiper-6795cdfd
npm ERR! errno -4051
npm ERR! ENOTEMPTY: directory not empty, rmdir 'D:\cmeim\chongtong\cmeim-web\node_modules.staging\swiper-6795cdfd'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2022-07-29T05_51_18_554Z-debug.log

Solution
1. npm cache clean --force
2. Delete the node_modules folder
3. npm i

Successful Results

边栏推荐
- C# Coding Conventions Handbook
- APP专项测试:流量测试
- 从入门到精通的MySQL数据库视频教程
- Py's mlxtend: a detailed guide to the introduction, installation, and usage of the mlxtend library
- Understand C operators in one article
- Node的安装与环境变量的配置
- Servlet
- MySQL - 多表查询与案例详解
- npm does not recognize the "npm" item as the name of a cmdlet, function, script file, or runnable program.Please check the spelling of the name, and if the path is included, make sure the path is corr
- Kind of weird!Access the destination URL, the host can container but not
猜你喜欢
随机推荐
APT + Transform to realize multi module Application distributed Application life cycle
MySQL high-level --- storage engine, index, lock
Not annotated parameter overrides @NonNullApi parameter
MySQL union query (multi-table query)
Node的安装与环境变量的配置
关于ue4.27像素流送打包后的本地服务器问题
项目开发规范
odoo field 设置匿名函数domain
postgres 多个变量填充字符串,字串格式化
Leetcode周赛304
MySQL high-level statements (1)
Py之mlxtend:mlxtend库的简介、安装、使用方法之详细攻略
HCIP BGP Comprehensive Experiment Establishing peers, route reflectors, federation, route announcement and aggregation
享年94岁,图灵奖得主、计算复杂性理论先驱Juris Hartmanis逝世
MySQL经典50道练习题及全网最详细解析
MySQL Advanced Study Notes
Toolbox App 1.25 新功能一览 | 版本更新
MySQL Advanced Statements (1)
MySQL driver jar package download -- nanny tutorial
npm 和 yarn的区别









