Ritik Singh

Results 15 comments of Ritik Singh

**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.