Summary
With the latest release of 3.2.4 we get the following error
TypeError: rimraf is not a function
rimraf was updated to v6, but since v5 they removed the default export.
The error comes from the default import in package.js
rimraf = require('rimraf'),
Environment
- OS: macOS Tahoe 26.5
- webOS CLI (ares-*): 3.2.4
- Node.js: v24.14.0
Summary
With the latest release of
3.2.4we get the following errorrimrafwas updated to v6, but since v5 they removed the default export.The error comes from the default import in package.js
Environment