-
Notifications
You must be signed in to change notification settings - Fork 1.2k
renderer doesn't compile #41
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
Comments
I am also seeing the same issue on OSX 10.14. |
Also doesn't work on Windows 10 x64 1803. |
There should definitely be more output generated by |
Thanks - let me know if I can help run any debug stuff on my system for you. |
@dps yes actually, can you post the output of the following command: |
It produces no output at all:
|
same result when executing |
@fabiospampinato Here is my output on Windows 10 x64 1803:
|
🤔 that's strange. I don't have time for fixing this today, but I consider it a pretty important issue as without it contributing can be challenging. Until this is fixed I've published the compiled css/js into the repo, here. you should now be able to start-up the app without needing to compile Svelto yourself. |
Looking... Changed the
Produces:
|
So possibly as simple as pacco not being listed as a dependency? It's not in my |
Just to confirm - doing |
@dps Thanks very much for the time you put into this, the issue seems that I'm declaring |
Issue is still present on Windows even after installing |
I can confirm the issue is fixed once
I'm assuming @RomanKornev is referring to Windows, in which I can also confirm I'm still getting |
We are now including I can also reproduce "The system cannot find the path specified." on Windows, fix (hopefully) coming soon. |
There's an issue with the I can't spawn const args = [ 'pacco', 'config', '--config', '{"browsers":["ie >= 9"]}' ]; If I remove the I could |
It seems on Windows I still feel like there could be a better solution, but it's an option. |
Seriously? Another reason for hating Windows, what is that syntax 😨 @gunt3001 do you know where this is documented? I couldn't find anything particularly interesting by searching for "triple caret escape" on Google. Anyway this problem should be fixed now, there were a few issues under Windows that should now be resolved. |
If anyone still has issues compiling: |
The escape character is actually just one caret |
@gunt3001 thanks for the link! Issues like this shouldn't happen in the future as we are now encoding JSON objects (which can contain basically any character) as base64 for more reliable compatibility. |
This is a DUP of Issue #6 which is marked closed, but I have verified that it's still a problem. Any ideas?
Mac OS X 10.14
followed by
produces the error:
The text was updated successfully, but these errors were encountered: