oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

Compiling in Koala #811

Open techsquared opened 4 years ago

techsquared commented 4 years ago

Koala version 2.3.0

Bug report or feature request? Recently we had a Managed Service Provider move us to Active Directory based logins and they moved my .koala Directory over to the new profile. When I try to compile SASS, I receive an uncaughtException message, but it still compiles. The message is:

TypeError: Cannot read property 'C:\wamp\www\svcc\mainwebsite_html\web\themes\custom\svcc\scss\base_variables.scss' of null at C:\Program Files (x86)\Koala\app\scripts\fileWatcher.js:133:30 at Array.forEach () at Object.exports.addImports (C:\Program Files (x86)\Koala\app\scripts\fileWatcher.js:132:13) at getOrWatchStyleImports (C:\Program Files (x86)\Koala\app\scripts\compilers\common.js:63:21) at Object.exports.watchImports (C:\Program Files (x86)\Koala\app\scripts\compilers\SassCompiler.js:160:20 at ChildProcess.exithandler (child_process.js:264:7) at emitTwo (events.js:135:13) at ChildProcess.emit (events.js:224:7) at maybeClose (internal/child_process.js:943:16)

Is there a particular way they should migrate/move the .koala Directory? They have tried to remove the settings.json sub-directory, but that didn't help.