javascript - MEAN.io application not starting -
i trying teach myself how use mean stack , working through docs mean.io site. @ point run following commands:
$ npm install -g mean-cli $ mean init <myapp> $ cd <myapp> && npm install and these run fine. when next step either run
gulp or
node server and nothing happens. if run gulp after gets part says
finished 'development' after 6.15 μs in logs hangs there. if run node server hangs , nothing else happens. in either case see nothing @
is common sticking point people?