Hi, i have problem with uninstalling hydrogen packages.
it sayys : Failed to delete Hydrogen: EPERM: operation not permitted, unlink 'C:\Users\akbar.atom\packages\Hydrogennode_modules\zeromqbuild\Release\zmq.node'
Looks like apm messed up some permissions.
You can try to run apm uninstall hydrogen from the command line.
If everything fails just manually remove the C:\Users\akbar.atom\packages\Hydrogen using the explorer or the command line. This will completely remove the Hydrogen package from your system.
@lgeiger well thanks a lot man , it works...:D
Just to add this for the benefit of others who may land here directed by Google:
I just had the same issue. apm uninstall hydrogen works but you have to close Atom first.
Most helpful comment
Looks like
apmmessed up some permissions.You can try to run
apm uninstall hydrogenfrom the command line.If everything fails just manually remove the
C:\Users\akbar.atom\packages\Hydrogenusing the explorer or the command line. This will completely remove the Hydrogen package from your system.