سلام استاد وقتی میخوام تسکی که نوشتم رو اجرا کنم این خطا رو میده
میگه که require() رو ساپرت نمیکنه باید چیکار کنم لطفا راهنمایی کنید
از import استفاده میکنم ولی بازم خطا میده
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: C:\Users\Error\Desktop\gulpjs\node_modules\gulp-imagemin\index.js
require() of ES modules is not supported.
require() of C:\Users\Error\Desktop\gulpjs\node_modules\gulp-imagemin\index.js from C:\Users\Error\Desktop\gulpjs\gulpfile.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from C:\Users\Error\Desktop\gulpjs\node_modules\gulp-imagemin\package.json.