Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the previous state, the code presents the following error when the gulp command is ran: Error [ERR_REQUIRE_ESM]: require() of ES Module /.../node-test/node_modules/gulp-autoprefixer/index.js from /.../node-test/gulpfile.js not supported. Instead change the require of index.js in /.../node-test/gulpfile.js to a dynamic import() which is available in all CommonJS modules. at Object.<anonymous> (/.../node-test/gulpfile.js:3:22) { code: 'ERR_REQUIRE_ESM' }
- Loading branch information