-
Notifications
You must be signed in to change notification settings - Fork 83
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
grunt server fails on Windows 7 #12
Comments
I am having the same issue on Windows 8 (although I suspect it is broken in all versions of Windows). Warning: F:\rendr-app-template\node_modules\grunt-rendr-stitch\tmp\bundle\app\app.js isn't in the require path. Use --force to continue.This warning is caused by an issue with the Currently None of these requests have been addressed in over a year so in the meantime this commit should fix the problem and allow you to run >> '.' is not recognized as an internal or external command, operable program or batch file.I pretty sure I narrowed this issue down to the same Since this is only an app example I would recommend not using |
Thanks so much for taking the time to respond with a solution. Just hope 'stitch' can be updated with your patch. |
Alright, I updated |
Just tested it and it works perfect on Windows now (minus the annoying second error but at least it is usable now). Thanks @spikebrehm! |
@jlubawy just merged in a PR that should fix that second warning - want to give it a try? |
Thank you that fixed the error. Just FYI, I did run across another issue when I tried installing rendr on a Windows machine (see rendrjs/rendr#34). |
Guys, have tried to invoke
grunt server
on TWO different Windows 7 machines but seem to come up against the same issue:Works fine on the MAC.
The text was updated successfully, but these errors were encountered: