gpt4 book ai didi

windows - 如何删除 yeoman 在 Windows 中创建的文件夹?

转载 作者:可可西里 更新时间:2023-11-01 10:21:05 25 4
gpt4 key购买 nike

正在关注 this guide ,在执行命令 yo webapp 后,一个名为 node_modules 的文件夹被创建。我想删除那个文件夹,但我不能使用命令行或 Windows 文件资源管理器来删除它,因为路径太长了。我怎样才能删除这个文件夹?

控制台错误信息:

rmdir : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

最佳答案

您可以使用 rimraf这是 unix command rm -rf 节点:

$ rimraf <name of dir to delete>

您可以使用 npm 安装 rimraf:

$ npm install -g rimraf

关于windows - 如何删除 yeoman 在 Windows 中创建的文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28995921/

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