Problem running bin/ember-cli

I’m trying to set up a development environment on Ubuntu and so after doing the following;

cd ~/discourse
bin/ember-cli
Proxying to http://127.0.0.1:3000
⠋ building… [ember-auto-import-webpack]Killed

It always stops at that point?

Do you also start up rails on another terminal before that?

1 Like

Yes that runs fine. Then in another terminal I’m trying to start ember-cli and it gets to the point highlighted above which just stops.

Are you running out of memory? Is this a lightweight VM? What resources do you have?

Anything show in dmesg?

You can also bin/ember-cli -u to do both.

5 Likes

And indeed it was a memory problem. Which is a bit strange considering it’s 2 GBs. It seems be loading up okay.

Thanks for both your prompt responses.

2 Likes

Oh! I missed that memo! I’ll check that out.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.