-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
reaction init produces error on Windows 8.1 #3191
Comments
Do you have OpenSSH installed? I'm pretty sure that's a requirement of git. It looks like all of the errors there are related to ssh commands failing (which is one of the ways a |
You can also try using the git command directly to remove git clone https://github.com/reactioncommerce/reaction.git |
|
|
I could install OpenSSH, restarted my PC and tried to do "reaction init" again. This time, I didn't get the error from above, but the whole process stopped (actually it was running for ages), at:
I have stopped the process, entered the "reaction" folder and executed "reaction". After few minutes I got the messages "Started proxy" and "Started MongoDB". After about 20 more minutes, I got the error "FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory". If you can tell me how can I access the full log, I could paste it here too.
I ran "reaction -v" and that's the output:
|
I have the exact same problem like @LukasNavickas .
or in other situations it just freezes on
and then outputs the same error as above
|
@jshimko any solution to this problem? Many users encounter it as far as I can see. |
I have the same problem, settings environment variable TOOL_NODE_FLAGS = --max-old-space-size=1024 taking care of the issue with FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory. The issue I have now is the client see only empty page when running http://localhost:3000 Here is the server console looks like: Using settings file at settings/dev.settings.json Setting up plugin imports... Installing dependencies for connectors-shopify... npm WARN [email protected] No repository field. [[[[[ c:\Users\Mulianto\reaction ]]]]] => Started proxy. => App running at: http://localhost:3000/ On The client side: Any idea what's going wrong on with my installation? |
Here is the version I use: Node: 8.3.0 |
found the issue. Run: "npm install" works, instead of "meteor npm install" |
Expected behavior
start "reaction init"
Actual behavior
error
Steps to reproduce the behavior
reaction init on Windows
Meteor, Python and Windows Build Tools are installed
The text was updated successfully, but these errors were encountered: