CleverStack / angular-seed

The AngularJS based Modular Frontend for CleverStack, MEAN and so much more

Home Page:http://youtube.com/watch?v=-4ArURHExhQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The app won't run

ekkis opened this issue · comments

so I issue a clever serve and see:

>> Local Npm module "grunt-node-inspector" not found. Is it installed?
Running "concurrent:servers" (concurrent) task
>> Local Npm module "grunt-node-inspector" not found. Is it installed?
>> Local Npm module "grunt-node-inspector" not found. Is it installed?
Running "nodemon:cluster" (nodemon) task
Running "watch:schema" (watch) task
Waiting...
[nodemon] v1.0.20
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node cluster.js`

but a visit to http://localhost:9000/ shows an ERROR_CONNECTION_REFUSED. what am I missing?

p.s. I do have grunt-node-inspector installed

exporting NODE_PATH solved my problem

@ekkis -- All of that log output is from the backend, the frontend output looks something like this:

Running "clean:server" (clean) task

Running "connect:livereload" (connect) task
Started connect web server on 0.0.0.0:9000.

Running "connect:dist" (connect) task
Started connect web server on 0.0.0.0:9009.

Running "concurrent:watch" (concurrent) task
Running "watch:jade" (watch) task
Waiting...Running "watch:less" (watch) task
Waiting...Running "watch:livereload" (watch) task
Waiting...OK

If what @ilmesi suggested doesn't work, try running grunt serve inside the frontend folder and see if you get any more descriptive output or errors