Error: EBUSY: resource busy or locked 报错(vue)
Error: EBUSY: resource busy or locked用 npm i 安装依赖的时候报错 Error: EBUSY: resource busy or locked, lstat ‘C:\swapfile.sys’。下面是我总结的一些有效方法:方法一:删除 node_modules,然后再安装(npm i);方法二:删除 node_modules,运行 npm cache cl
·
用 npm i 安装依赖的时候报错 Error: EBUSY: resource busy or locked, lstat ‘C:\swapfile.sys’。
下面是我总结的一些有效方法:
方法一:删除 node_modules,然后再安装(npm i);
方法二:删除 node_modules,运行 npm cache clean 或者 npm cache clean --force 命令, 然后安装;
方法三:升级一下node版本,删除node_modules,然后再安装。
更多推荐
已为社区贡献6条内容
所有评论(0)