#4367·less.js

无法加载插件 (yarn pnp 问题?)

作者: maddrag0n创建于 2025年9月17日更新于 2026年4月28日
标签bug

重现步骤:

typescript
import { execSync } from 'node:child_process';

execSync(
  'lessc --clean-css="--s1 --advanced --compatibility=ie8" index.less style.css',
  { stdio: 'inherit' },
);

当前行为:

看起来 less 无法找到 clean-css。