Running locally #2475
Replies: 6 comments 1 reply
-
Hi @rolanddosa, thanks for reporting the issue! Could you please tell us which OS you're using and share the output of the following commands to try to reproduce your problem:
My bet is that upgrading your node might fix it, that's what I'd try next! |
Beta Was this translation helpful? Give feedback.
-
Hi just upgraded my node, but still no luck.. I'm running on Windows. Also I had to get Docker Tools as I have Windows 10 Home, would that be an issue? |
Beta Was this translation helpful? Give feedback.
-
Fixed it, the syntax was wrong, it worked with The other issue I'm facing now is my node is stuck on starting:
|
Beta Was this translation helpful? Give feedback.
-
Fixed now, I was checking localhost instead of the Docker's IP address. Will close this issue now. |
Beta Was this translation helpful? Give feedback.
-
Glad it all worked out for you in the end @rolanddosa, and thanks for sharing all the bumps you experienced along the road 😉 |
Beta Was this translation helpful? Give feedback.
-
Hi I'm new here. I wanted to get started with front end development and I am trying to run the mockserver locally. I followed the contribution guidelines and when I go to localhost:8001 I receive a GET error. Is anyone familiar with this? Running Windows Greatly appreciate any help |
Beta Was this translation helpful? Give feedback.
-
Hi all, I am trying to do 'docker-compose build' on the master branch, but I have this issue:
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory:
I tried increasing the space with
"build-release": "export NODE_ENV=production && NODE_OPTIONS=--max-old-space-size=8192 && webpack --bail --mode production",
but still failing..Anyone else had this issue? Let me know any suggestions please, thank you
Beta Was this translation helpful? Give feedback.
All reactions