热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

npmrunbuild报错operationnotpermitted,如何解决?

在vue项目中,打包运行npmrunbuild报错,代码如下Error:EPERM:operationnotpermitted,unlinkC:Userswangyuc

在vue项目中,打包运行npm run build报错,代码如下
Error: EPERM: operation not permitted, unlink 'C:UserswangyuchiPicturesxufadiststaticimg20180508134210.5d873f5.jpg'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! xufast@1.0.0 build:

1
node build/build.js

npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the xufast@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:UserswangyuchiAppDataRoamingnpm-cache_logs2018-05-15T01_53_53_769Z-debug.log
但是npm run dev是没有问题的,应该如何解决?


推荐阅读
author-avatar
农大军乐团_697
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有