Skip to content

Instantly share code, notes, and snippets.

@shamilnabiyev
Last active April 26, 2019 07:09
Show Gist options
  • Save shamilnabiyev/5988b5918e83ddb7eb8a3cbb3aeeb110 to your computer and use it in GitHub Desktop.
Save shamilnabiyev/5988b5918e83ddb7eb8a3cbb3aeeb110 to your computer and use it in GitHub Desktop.
SOLUTION. SOLVED Error: EPERM: operation not permitted, open

If you're getting the Error Error: EPERM: operation not permitted, open '...' , try this:

  1. Empty the npm cache npm cache clean --force,
  2. Delete all your folders containing compiled js/css files like rm -rf /css/style.min.css, rm -rf /js/bundle.min.js and so on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment