How do you uninstall gatsby?
If you uninstall Gatsby, you'll never be able to deploy it to Netlify :-)
@KyleAMathews If I don't have Gatsby installed, I won't have to deploy it to Netlify ;)
I figured it out anyways - $ npm uninstall gatsby-cli along with some scouring of /usr for any remaining files/directories
Hi;
I have the same question
now I did npm uninstall gatsby-cli and sudo npm uninstall gatsby-cli
but npm ls -g|grep gatsby
still showing me
├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ ├── [email protected]
Hey @jodumont. Have you tried giving npm uninstall -g gatsby-cli a shot?
Most helpful comment
Hey @jodumont. Have you tried giving
npm uninstall -g gatsby-clia shot?