Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i can't uninstall mocha. the installation was not good #22

Open
nando2018 opened this issue Dec 16, 2018 · 1 comment
Open

i can't uninstall mocha. the installation was not good #22

nando2018 opened this issue Dec 16, 2018 · 1 comment

Comments

@nando2018
Copy link

I installed mocha within atom. I want to unstall it and use prompt command to install it again
"npm install mocha --save-dev. Atom doesn;t let me to uninstall mocha!

@boogie666
Copy link
Owner

hmm... the thing is atom-mocha does not rely on outside installs of mocha....
The problem that you're showing is not in any way related to atom-mocha the plugin....
Also there is no need to install mocha separately for this plugin to work...

But i think i can help with this anyway :P

npm install <package> --save-dev does not install packages globally, but locally within the current npm project (i.e. the current folder) as a dev time dependency.

Can you please share a screen shot of the error message you get so we can clarify this further??

I'm 100% sure that this is a problem with things other then atom or atom-mocha, but not sure what yet :P

Cheers,
Boogie

(also please note that i don't really maintain this package anymore, but i can help with issues like this :P)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants