-
Notifications
You must be signed in to change notification settings - Fork 75
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
WebPack on Windows #99
Comments
That's a bummer, it sounds like you'll have to slog through some issues unfortunately (nodejs/node-gyp#629). From the console output though it looks like maybe you need to install the Windows SDK. One user in the aforementioned issue said the following worked for him: Just did it on fresh Windows 8.1 without installing any VS!!! ⭐ Installed: Node.js v 0.12.7 Packages browser-sync and socket.io installed successfully. Snapshot created. Now I want to find a minimum set of libraries which make it works. |
I'm already a second day on the issue. After one full day I've decided to drop the direct windows compilation and turn my attention to Docker. I've managed to create a nice Docker image tomitrescak/meteor-webpack that runs very nice on Mac and Linux and partially in Windows ... :/ In windows all works well, when files are mounted inside the docker image. The moment you try to run the project from the mounted windows partition a whole new shitstorm breaks loose with symbolic links. I've posted question on stackoverflow, hoping that someone can help to resolve the issue. If you want to test the image this is how you run it:
You have to be running another docker instance with mongo named |
BTW this is the error on shelljs:
|
Hello. I got a bit further. I've moved the webpack files into the container, and am attaching only a meteor and app directory and it works! I am able to modify the files from within the host system ... but ... unfortunately these changes are not picked up by webpack and I have to restart the server to apply these changes. Any ide on why is this happening? Thanks! |
Just posting on my progress ;) I installed a fresh copy of Windows with VS 2015 and latest node and npm. EVERYTHING compiled correctly, no errors, life is peachy. But, for some reason only prod version works and dev is stuck on loading. I am sure it has something to do with 9090 app not working, but I have no idea where to start to look for errors as console is mute. Thanks for the patience. |
Dears, I have to reopen this issue as I really need to make this work on windows. The problem is, that dev is stuck on loading. Any idea what can be the issue? |
HA! Nevermind .. got it ;) It was the problem of loadClientBundle.html file was created as a soft link on windows, what does not work. I disabled the creation of the linked file, copied the file there manually, and application started correctly. Also the devProps had to be changed to Closing. Thanks! List:
Life is good |
Due tot he unfortunate project I have to run meteor on windows.
I've decided to give the webpack spin on windows but I'm running into a lot of issues. Has anyone made this wok on Windows?
OS: Windows 7, 64bit
Node: 4.1.2
Python: 2.7.0
NPM: 3.3.6
I'm getting 404 errors ... :/ My internet IS working.
Any idea?
I have zilch experience on windows.
The text was updated successfully, but these errors were encountered: