jonniespratley / angular-cms

A light weight CMS built with Angular 1.x and Yeoman. This is just a shell and a possibility of being broken
Other
335 stars 108 forks source link

install fails #31

Open grimace opened 8 years ago

grimace commented 8 years ago

on mac 10.10.5 && linux 15.04:

I get :

Warning: Task "serve" not found. Use --force to continue.

any ideas?

clonardo commented 8 years ago

Same issue here, but I was able to launch successfully by just running node server.js. However, it doesn't appear to be connecting to MongoDB. Looks like dev branch may be broken.

slang123 commented 8 years ago

i solved it by installing. npm install --save-dev connect-livereload

it comes up with a bunch of proxy errors, but it runs..

but it is not connecting to mongo like clonardo says