-
Notifications
You must be signed in to change notification settings - Fork 522
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
Exception when compiling on Windows : Notifier.js #579
Comments
Same issue, |
Same issue, I back to 2.0.4 and all is fine. |
Migration from 0.12 to 0.13 |
Thank you for reporting this bug, I'll fix it ASAP |
These links should work: |
Thanks @zaygraveyard |
Thanks! |
Same issue on Mint 64bit - the version that the app links you to. That file fixes the issue, thanks @zaygraveyard, but it also says v2.0.4 and prompts for another upgrade. It's a bit confusing. Great to have autoprefixing anyway! Much appreciated. |
@SoYoureAWaffleMan thats because it is v2.0.4, I'm working on a fix for this bug. |
I'm getting this when trying to compile a Sass file:
---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. (extensions::binding:414:30) at createNotifierWindow (C:\Users\USERNAME\AppData\Local\Temp\nw14260_19906\app\scripts\notifier.js:131:22) at showNotification (C:\Users\USERNAME\AppData\Local\Temp\nw14260_19906\app\scripts\notifier.js:75:18) at Object.exports.throwError (C:\Users\USERNAME\AppData\Local\Temp\nw14260_19906\app\scripts\notifier.js:24:5) at SassCompiler.Compiler.throwError (C:\Users\USERNAME\AppData\Local\Temp\nw14260_19906\app\scripts\Compiler.js:67:11) at C:\Users\USERNAME\AppData\Local\Temp\nw14260_19906\app\scripts\compilers\SassCompiler.js:153:18 at ChildProcess.exithandler (child_process.js:212:5) at emitTwo (events.js:106:13)
The compilation fails, which means there is no
.css
or.min.css
file.My platform: Windows 7, 64 bit.
Koala version: 2.1.0
The text was updated successfully, but these errors were encountered: