Wepy project is imported locally, prompting "compiler not found: wepy-compiler-less" when executing build

cannot find compiler: wepy-compiler-less
wepy project cannot build

Apr.24,2022

1, npm I-- save-dev wepy-compiler-less

2, npm run build

3. Make sure that the less compilers in wepy.config.js is enabled

  compilers: {
    less: {
      compress: true
    },
    /* sass: {
      outputStyle: 'compressed'
    }, */
    babel: {
      sourceMap: true,
      presets: [
        'es2015',
        'stage-1'
      ],
      plugins: [
        'transform-decorators-legacy',
        'transform-export-extensions',
        'syntax-export-extensions'
      ]
    }
  },
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3039c-e248.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3039c-e248.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?