How to uninstall CLI version 3.9.1?
See original GitHub issueWas getting gulpInst.start.apply(gulpInst, toRun);
so upon checking on here and SO I found out I needed to get rid of 3.9.1…
Seems like I cant uninstall CLI version 3.9.1 that I presume is installed globally.
What I have tried is:
npm rm -g gulp-cli@3.9.1
npm rm -g gulp-cli
npm uninstall -g gulp-cli@3.9.1
npm rm -g gulp
npm uninstall -g gulp-cli
npm uninstall -g gulp
I tried above commands also for local (with -D
flag) and made sure there was no gulp-cli folder in npm_modules.
When I run npm list gulp-cli
i get -- (empty)
When I run gulp -v
I still get
[09:44:12] CLI version 3.9.1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:19 (2 by maintainers)
Top Results From Across the Web
How to uninstall Gulp CLI from NPM globally? - Stack Overflow
it's pretty simple, to uninstall a global package run npm uninstall -g <package-name>. to verify run npm ls -g --depth=0. for short videos....
Read more >How to uninstall Python - Educative.io
Navigate to Control Panel. Click “Uninstall a program”, and a list of all the currently installed programs will display. Select the Python version...
Read more >gulp-cli - npm
Command line interface for gulp. Latest version: 2.3.0, last published: 3 years ago. Start using gulp-cli in your project by running `npm i ......
Read more >delete — OCI CLI Command Reference 3.9.1 documentation
Description¶. Deletes the specified backend set. Note that deleting a backend set removes its backend servers from the load balancer.
Read more >Gulp Version Mismatch - .NET Core Tutorials
You can check this by running the command “gulp -v” from a command line. You should see something similar to : [11:05:00] CLI...
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
I deleted the one at
/usr/local/share/npm/bin/gulp
which I found viacommand -v gulp
and low and behold:Thanks gang! Now to start the journey of actually writing stuff in Gulp 4!
I’m 100% confused by this too. I also have
CLI version 3.9.0
and seemingly no amount of un-installing things will remove it, thus Gulp 4 totally fails.