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

阅读 42

2023-02-18


      今天正好新建了一个项目,在用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)

0 0 举报