Daniel

Results 2 comments of Daniel

> for me the script still works while using angular 11 so this error only occurs to me after updating to angular 12 I downgraded @angular/cli to 11.1.2 but still...

I got it! This package is using mkdirp old syntax, which no longer works (https://github.com/isaacs/node-mkdirp/issues/26). So you can either: -Manually change the old method in the convert.js file to its...