Skip to content
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

Closed
lifenstein opened this issue Apr 26, 2017 · 9 comments
Closed

Exception when compiling on Windows : Notifier.js #579

lifenstein opened this issue Apr 26, 2017 · 9 comments
Labels

Comments

@lifenstein
Copy link

lifenstein commented Apr 26, 2017

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

@Neo-NMO
Copy link

Neo-NMO commented Apr 26, 2017

Same issue,
Windows 10, 64 bit
Koala version: 2.1.0

@Crisart
Copy link

Crisart commented Apr 26, 2017

Same issue,
Windows 8.1, 64 bit
Koala version: 2.1.0

I back to 2.0.4 and all is fine.

@Neo-NMO
Copy link

Neo-NMO commented Apr 26, 2017

Migration from 0.12 to 0.13
toolbar is deprecated and it’s always false. The traditional toolbar will NOT be supported including the reload buttons, location bar and DevTools buttons. As a workaround, you can open / close DevTools with F12 (Windows & Linux) or ⌘+⌥+i (Mac). And use win.reload() and win.reloadDev() to simulate the reload buttons.

@zaygraveyard
Copy link
Collaborator

Thank you for reporting this bug, I'll fix it ASAP

@zaygraveyard
Copy link
Collaborator

These links should work:

@TrivediKavit
Copy link

Thanks @zaygraveyard

@rodenacker
Copy link

Thanks!

@SoYoureAWaffleMan
Copy link

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.

@zaygraveyard
Copy link
Collaborator

@SoYoureAWaffleMan thats because it is v2.0.4, I'm working on a fix for this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants