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!
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:
Any way to prevent it or possibility to have it working with newer Node versions?
Thanks!