atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 203 forks source link

Errors in ATom #481

Closed pranjalagrawal2012 closed 4 years ago

pranjalagrawal2012 commented 5 years ago

Unhandled rejection Error: EPERM: operation not permitted, mkdir 'C:\Users\Itsme_cacache' npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community

harsh1732 commented 4 years ago

Can Run Directly

pranjalagrawal2012 commented 4 years ago

Can Run Directly

How can is resolve this .. Please help me out

silvestreh commented 4 years ago
Unhandled rejection Error: EPERM: operation not permitted, mkdir 'C:\Users\Its_me__cacache'
npm ERR! cb() never called!

If you look at the error message it's saying operation not permitted. And by mkdir I imagine some process tried creating a directory and wasn't able to probably because it's lacking the necessary permissions to do so.

This does not seem to be an issue with the theme itself.