Answer the question
In order to leave comments, you need to log in
Error while running Gulp?
Good day to all! Installed gulp-sass4 according to the tutorial. But it turned out that gulp-sass5 came out and when you enter "gulp" in the line, it gives an error:
$ gulp
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: D:\www\project\node_modules\gulp-imagemin\index.js
require() of ES modules is not supported.
require() of D:\www\project\node_modules\gulp-imagemin\index.js from D:\www\project\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 D:\www\project\node_modules\gulp-imagemin\package.json.
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1089:13)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:12)
at Module.require (internal/modules/cjs/loader.js:961:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object.<anonymous> (D:\www\project\gulpfile.js:14:18)
at Module._compile (internal/modules/cjs/loader.js:1072:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:12) {
code: 'ERR_REQUIRE_ESM'
}
Answer the question
In order to leave comments, you need to log in
Put the fourth version.
https://yandex.ru/search/?text=how+put+need...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question