-
Notifications
You must be signed in to change notification settings - Fork 572
Windows Build Compatibility #70
Comments
If we want complete support for Chromeless on Windows, including the Proxy, there are further challenges. There is an issue upstream in the |
Ok, makes sense. But I still think at least Issue 2 (assuming /tmp exists) is an issue that is visible on all platforms and should be fixed? |
@Chrisgozd definitely. We don't have to wait for the upstream issues to be resolved to address your two points. 😄 Luckily the npm package script on Windows issue has popular solutions provided by the community:
|
Also should look out for referencing paths with "/" notation as well. path.join all the things |
Making a note here: @joelgriffith's #97 will address the first point ( |
I found a couple issues while trying to build this on Windows.
For "npm run build" --> "rm -rf dist; tsc -d"
https://github.com/graphcool/chromeless/blob/master/src/chrome/local-runtime.ts#L204-L205
Once we have solid solutions to these 2 things, I can implement a PR.
The text was updated successfully, but these errors were encountered: