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

Uncaught Error: EPERM, operation not permitted 'c:\Config.Msi' #30

Closed
paveldk opened this issue Dec 18, 2014 · 1 comment
Closed

Uncaught Error: EPERM, operation not permitted 'c:\Config.Msi' #30

paveldk opened this issue Dec 18, 2014 · 1 comment

Comments

@paveldk
Copy link

paveldk commented Dec 18, 2014

Uncaught Error: EPERM, operation not permitted 'c:\Config.Msi'

Atom Version: 0.161.0
System: Microsoft Windows 8.1 Pro
Thrown From: autocomplete-paths package, v0.7.0

Steps To Reproduce

  1. open any js file
  2. try adding comment (e.g. "//" -> on the first "/" it errors)

Stack Trace

At fs.js:726

Error: EPERM, operation not permitted 'c:\Config.Msi'
  at Error (native)
  at fs.statSync (fs.js:726:18)
  at Object.fs.statSync (C:\Users\pkolev\AppData\Local\atom\app-0.161.0\resources\atom\common\lib\asar.js:155:14)
  at PathsProvider.<anonymous> (c:\Users\pkolev\.atom\packages\autocomplete-paths\lib\paths-provider.coffee:50:17)
  at PathsProvider.module.exports.PathsProvider.findSuggestionsForPrefix (c:\Users\pkolev\.atom\packages\autocomplete-paths\lib\paths-provider.coffee:99:10)
  at PathsProvider.module.exports.PathsProvider.buildSuggestions (c:\Users\pkolev\.atom\packages\autocomplete-paths\lib\paths-provider.coffee:17:20)
  at AutocompleteView.module.exports.AutocompleteView.runAutocompletion (c:\Users\pkolev\.atom\packages\autocomplete-plus\lib\autocomplete-view.coffee:156:38)
  at c:\Users\pkolev\.atom\packages\autocomplete-plus\lib\autocomplete-view.coffee:1:1

/cc @atom/core

@joefitzgerald
Copy link
Contributor

You are running 0.7.0. The latest version is 0.9.0. Please update your package. You should do this prior to logging an issue in the future. Thanks!

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