(Oh and worth pointing out that RAM allocated is definitely a consideration! If you are using docker on your local machine, you may be surprised by how little RAM and CPU gets allocated to the docker host by default)
On 8 August 2018 at 09:42, Ben O'Steen <[email protected]> wrote: > I've been hitting something similar. I've noticed that the package.json > file is not created or copied over when you run "arches-project create > ...". I'm just learning the project so do not know that this is by design, > and whether this should be done manually. I fixed my dev site by copying > over this to my project root (and editing the metadata at the top to > reflect my project, though if you do that or not it will not affect the > yarn install AFAIK) > > Ben > > On 8 August 2018 at 09:07, Adam Cox <[email protected]> wrote: > >> Hi David, just wanted to check back on this, a fresh reinstall should be >> helpful, however is sounds like yarn install did not get run properly >> during the installation. If you encounter this problem again, enter your >> project and try running yarn install. This should install all of those >> .js files that you were missing. This should have happened automatically >> after you created your project, but perhaps there was a hangup. >> >> Adam >> >> On Tuesday, July 31, 2018 at 8:51:02 AM UTC-7, David Lopes wrote: >>> >>> Hi, >>> >>> Is anyone familiar with this error? >>> The instalation went well but afterwards no access to the site's >>> management, Could it be not enough RAM? >>> >>> >>> >>> <https://lh3.googleusercontent.com/-9suz_MIVZd0/W2CE-ZsccMI/AAAAAAAAFjk/6pUOteTCJ0c0eJr6_0xWfO2rOGd06ZglACLcBGAs/s1600/2018-07-30-171231_1600x804_scrot.png> >>> >>> >>> Thank you, best regards. >>> >> -- >> -- To post, send email to [email protected]. To >> unsubscribe, send email to [email protected]. >> For more information, visit https://groups.google.com/d/fo >> rum/archesproject?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Arches Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
