Gatsby: How to uninstall Gatsby?

Created on 31 Oct 2017  Â·  4Comments  Â·  Source: gatsbyjs/gatsby

How do you uninstall gatsby?

question or discussion

Most helpful comment

Hey @jodumont. Have you tried giving npm uninstall -g gatsby-cli a shot?

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings