showing error after updating to the to version: 9.0.0
Instead change the require of index.js in C:\Users\adity\OneDrive\Documents\GitHub\flutter-jobs-official-2023\gulpfile.js to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (C:\Users\adity\OneDrive\Documents\GitHub\flutter-jobs-official-2023\gulpfile.js:3:22) {
code: 'ERR_REQUIRE_ESM'
}
After updating it's not supporting to the GulpJS
showing error after updating to the to version: 9.0.0
Its perfectly working with:
"gulp-autoprefixer": "^8.0.0",