Error 'CLI Gulp version is higher than the local one' is vague
See original GitHub issueAFAICT this actually means:
Global Gulp version is higher than the local one
And should be reworded accordingly. The problem doesn’t have anything to do with a command line interface version of Gulp (local gulp is also a CLI). Or does ‘CLI’ stand for something else in this case?
Issue Analytics
- State:
- Created 10 years ago
- Comments:21 (10 by maintainers)
Top Results From Across the Web
Mismatch in gulp local and CLI versions - Stack Overflow
It seems that the latest version (at the time of this post) of gulp-cli is 2.3. 0 which means there will always be...
Read more >SPFx - How do I know which version of node, gulp and yo to ...
Hi Ganesh I have done "npm install -g gulp@latest" and when I check "gulp --version" it says CLI version: 2.3. · After I...
Read more >Gulp Version Mismatch - .NET Core Tutorials
The issue is caused by having a local gulp install for your project and one installed globally. You can check this by running...
Read more >How to Migrate to Gulp.js 4.0 - SitePoint
Learn how to migrate to Gulp.js 4.0 and update your 3.0 gulpfile.js configurations. Find out what you need to know about changes in...
Read more >How to install gulp globally in current project? - Ask Ubuntu
to make sure your old version doesn't collide with gulp-cli. $ npm install --global gulp-cli. Install gulp in your project devDependencies: $ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@markchagers try these 4 commands in your project folder. I have a feeling you weren’t uninstalling the global gulp or something.
That should ensure you’ve wiped out any old versions and installed all the new hotness.
Well excuse me for being misled to think that an issue I have with gulp has anything at all to do with the gulp project. I understand from your reply that it’s an npm issue, I googled very extensively for the solution and couldn’t find anything except the suggestion on this page, and that didn’t work. I may have vented my irritation in the wrong place, for which I apologize, but for someone relatively inexperienced in these matters it’s not immediately obvious.