Ritik Singh
Ritik Singh
I want to work on this.
**reason:** require() of ES Module _D:\Dev\Web\Projects\Semantic UI\node_modules\del\index.js_ from _D:\Dev\Web\Projects\Semantic UI\node_modules\semantic-ui\tasks\clean.js_ not supported. **solution:** ``` // Before const del = require('del'); // After import('del').then((del) => { // Now you can use...
I want to work on this issue.
I want to work on this.
I want to work on this.