0
点赞
收藏
分享

微信扫一扫

在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'




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


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



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


Error: Cannot find module 'less'



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


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

举报

相关推荐

0 条评论