引入依赖less项目时报错
21:50:31 [vite] Internal server error: Preprocessor dependency "less" not found. Did you install it?
只需要执行 npm install less -D
将其加入开发者依赖则不会出现上述错误
21:50:31 [vite] Internal server error: Preprocessor dependency "less" not found. Did you install it?
只需要执行 npm install less -D
将其加入开发者依赖则不会出现上述错误