You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom Version: 0.196.0 System: linux 3.19.0-15-generic Thrown From: linter package, v0.12.1
Stack Trace
Uncaught Error: ENOENT: no such file or directory, stat '/usr/local/bin/rubocop
'
At fs.js:846
Error: ENOENT: no such file or directory, stat '/usr/local/bin/rubocop
'
at Error (native)
at fs.statSync (fs.js:846:18)
at Object.fs.statSync (ATOM_SHELL_ASAR.js:206:16)
at LinterRubocop.Linter._cachedStatSync (/home/thor/.atom/packages/linter/lib/linter.coffee:69:17)
at LinterRubocop.Linter.getCmdAndArgs (/home/thor/.atom/packages/linter/lib/linter.coffee:86:16)
at LinterRubocop.Linter.lintFile (/home/thor/.atom/packages/linter/lib/linter.coffee:127:24)
at /home/thor/.atom/packages/linter/lib/linter-view.coffee:163:18
at Array.forEach (native)
at /home/thor/.atom/packages/linter/lib/linter-view.coffee:162:18
at FSReqWrap.oncomplete (fs.js:77:15)
[Enter steps to reproduce below:]
Atom Version: 0.196.0
System: linux 3.19.0-15-generic
Thrown From: linter package, v0.12.1
Stack Trace
Uncaught Error: ENOENT: no such file or directory, stat '/usr/local/bin/rubocop
'
Commands
Config
Installed Packages
/usr/local/bin/rubocop is owned by root but has full permissions and can be run as normal user from commandline:
-rwxr-xr-x 1 thor thor 496 Mai 1 13:28 rubocop
Still if I start Atom with kdesudo the error goes away.
The text was updated successfully, but these errors were encountered: