Changes since 9.0.2
Fixes
-
Better exception for failing removal
Commit · Pull requestUpdate exception for failing to remove
node_modules
folder. Closes #12655 -
Check if --openssl-legacy-provider required for Node (#12675)
Commit · Pull request · IssueCheck if
node -p 'crypto.createHash("md4")'
works. If not, pass the--openssl-legacy-provider
flag. Workaround for: webpack/webpack#14532 -
Proper handling of href when the anchor is disabled/enabled (#12616)
Commit · Pull request · Issue -
Output version string when version parsing fails
Commit · Pull requestThis should ease debugging of problems like "UnknownVersionException: Unable to detect version of pnpm"