首页
学习
活动
专区
圈层
工具
发布
清单首页vue文章详情

在vue cli3.0 里面下载less,下载成功了还是提示没有 需要下载

今天正好新建了一个项目,在用less的时候就各种花样报错提示我:

Failed to resolve loader: less-loader You may need to install it. Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys' Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys' Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys'

​编辑

Failed to resolve loader: less-loader You may need to install it.

​编辑

Error: Cannot find module 'less'

​编辑

解决办法:npm install less --save-dev

下一篇
举报
领券