I am getting this error when I try to run Gulp from the task runner I think its related to me updating my npm project but I am not sure how to fix it. Do I need to install a different version of npm?
>Failed to run "C:\WebProjects\ITF\Tool.Web\Gulpfile.js"...
cmd.exe /c gulp --tasks-simple
fs.js:47
} = primordials;
^
ReferenceError: primordials is not defined at fs.js:47:5
C:\WebProjects\ITF\Tool.Web>npm ls natives
tools@1.0.0 C:\WebProjects\ITF\Tool.Web
`-- gulp@3.9.1
`-- vinyl-fs@0.3.14
`-- graceful-fs@3.0.12
`-- natives@1.1.6
Version
C:\WebProjects\ITF\Tool.Web>npm -v
8.5.5