ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

errors when using a shared atom compile cache between machines #176

Closed whaaaley closed 7 years ago

whaaaley commented 7 years ago

I share my Atom folder between multiple computers via Dropbox. This linter plugin is the only new thing I've added since the error started happening. Deleting the compile-cache folder and re-opening Atom fixes the issue until I switch computers.

I will add a screenshot of the error here the next time it appears.

Arcanemagus commented 7 years ago

Do you have identical Atom versions (OS and all!) between these computers? If not you definitely shouldn't be sharing your compile-cache between computers.

whaaaley commented 7 years ago

Yeah, everything should be identical, I'll look into removing compile cache from syncing anyway. I'll post the error message here just incase the next time it pops up. However my first thought was maybe a local path was being set that maybe shouldn't be (usernames differ).

sonicdoe commented 7 years ago

Feel free to post a screenshot of the error the next time it happens (I’m interested in what exactly goes wrong), however, I’ll close this for now since compile-cache (among other directories) shouldn’t really be synced across devices (see also the .gitignore in ~/.atom).