Closed stepan-leibo closed 6 years ago
code-forensics requires gulp v4. My guess is that when you invoke gulp on the command line you actually end up running the version that was installed globally on your system (under /usr/local/lib/node_modules/gulp) which is at 3.9.1. You must run the gulp command through the module that comes with code-forensics, or you must update the global version
The gulp v4 requirement is mentioned in the CHANGELOG, but I will make it more explicit in the main README file, because the install instructions make too much of an assumption that you would have to run gulp that way
Thank you for your explanation! Can see it in the docs now.
I did the following steps to start code-forensics
I've got the following exception: