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
[email protected] C:\WebProjects\ITF\Tool.Web
`-- [email protected]
`-- [email protected]
`-- [email protected]
`-- [email protected]
Version
C:\WebProjects\ITF\Tool.Web>npm -v
8.5.5