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
I installed Koala a few minutes ago and tried to compile my scss styles.
But then I got this error.
---uncaughtException---
Error: Invalid value for argument 2. Property 'toolbar': Unexpected property.
at validate (extensions::schemaUtils:34:13)
at Object.normalizeArgumentsAndValidate (extensions::schemaUtils:116:3)
at Object.<anonymous> (extensions::binding:414:30)
at createNotifierWindow (C:\Users\Bubelbub\AppData\Local\Temp\nw2124_2251\app\scripts\notifier.js:131:22)
at showNotification (C:\Users\Bubelbub\AppData\Local\Temp\nw2124_2251\app\scripts\notifier.js:75:18)
at Object.exports.throwError (C:\Users\Bubelbub\AppData\Local\Temp\nw2124_2251\app\scripts\notifier.js:24:5)
at SassCompiler.Compiler.throwError (C:\Users\Bubelbub\AppData\Local\Temp\nw2124_2251\app\scripts\Compiler.js:67:11)
at C:\Users\Bubelbub\AppData\Local\Temp\nw2124_2251\app\scripts\compilers\SassCompiler.js:232:18
at ChildProcess.exithandler (child_process.js:212:5)
at emitTwo (events.js:106:13)
Maybe there is a problem with the SassCompiler.js? But If I specify the sass compiler by myself then it's not working, too.
Hey guys,
I installed Koala a few minutes ago and tried to compile my scss styles.
But then I got this error.
Maybe there is a problem with the
SassCompiler.js
? But If I specify the sass compiler by myself then it's not working, too.The text was updated successfully, but these errors were encountered: