You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the added step of having to install node modules before the server is usable is a bit annoying. Is there an easy way to combine these steps? I am using a docker compose to run my dev environment.
The text was updated successfully, but these errors were encountered:
however I am trying to do this with an older version of Ember (2.6.2) and node (10.16.2).
I'm not sure but looking at https://github.com/danlynn/ember-cli/tree/2.6.2#how-to-use suggests that some commands like npm install etc might be done in docker-compose but as my question on #32 I'm not sure what the exact docker-compose should be like.
Having the added step of having to install node modules before the server is usable is a bit annoying. Is there an easy way to combine these steps? I am using a docker compose to run my dev environment.
The text was updated successfully, but these errors were encountered: