gulp-cli icon indicating copy to clipboard operation
gulp-cli copied to clipboard

Support Node > 18

Open squakez opened this issue 3 months ago • 0 comments

What actually happened?

Hello. I've been lately trying to upgrade our project based on Gulp to Node versions > 18. I am hitting this issue:

$ yarn gulp
(node:447453) ExperimentalWarning: Use `importAttributes` instead of `importAssertions`
(Use `node --trace-warnings ...` to show where the warning was created)
/home/squake/workspace/camel/docs/.yarn/cache/rechoir-npm-0.8.0-fb660b3bc8-ad3caed8af.zip/node_modules/rechoir/index.js:21
  if (Object.keys(require.extensions).indexOf(usedExtension) !== -1) {

Any way to prevent it or possibility to have it working with newer Node versions?

Thanks!

squakez avatar Sep 18 '25 13:09 squakez