Open
Description
I've installed angular-fullstack as provided in readme.md file. All installing went well. When I run gulp serve, webpack is complied successfully but both localhost:3000 and localhost:9000 doesn't work at all.
abdulwahab@Abduls-MacBook-Air.local:~/Documents/webapps/lab-app$sudo gulp serve
[12:46:31] Requiring external module babel-register
[12:46:40] Using gulpfile ~/Documents/webapps/lab-app/gulpfile.babel.js
[12:46:40] Starting 'serve'...
[12:46:40] Starting 'clean:tmp'...
[12:46:40] Starting 'lint:scripts'...
[12:46:40] Starting 'lint:scripts:client'...
[12:46:40] Starting 'lint:scripts:server'...
[12:46:40] Starting 'inject'...
[12:46:40] Starting 'inject:css'...
[12:46:40] Starting 'copy:fonts:dev'...
[12:46:40] Starting 'env:all'...
[12:46:40] Finished 'env:all' after 89 ms
[12:46:40] Finished 'clean:tmp' after 339 ms
[12:46:42] gulp-inject 3 files into app.css.
[12:46:42] Finished 'inject:css' after 1.88 s
[12:46:42] Finished 'inject' after 1.88 s
[12:46:43] Finished 'copy:fonts:dev' after 2.64 s
[12:46:43]
/Users/abdulwahab/Documents/webapps/lab-app/client/components/modal/modal.service.js
42:22 warning Avoid using Function.prototype.call, instead use Reflect.apply prefer-reflect
42:49 warning Use the rest parameters instead of 'arguments' prefer-rest-params
68:13 warning Avoid using Function.prototype.apply, instead use Reflect.apply prefer-reflect
✖ 3 problems (0 errors, 3 warnings)
[12:46:43] Finished 'lint:scripts:client' after 2.98 s
[12:46:43]
/Users/abdulwahab/Documents/webapps/lab-app/server/index.js
4:11 warning Unexpected use of process.env no-process-env
4:34 warning Unexpected use of process.env no-process-env
/Users/abdulwahab/Documents/webapps/lab-app/server/config/express.js
65:25 warning Unexpected use of process.env no-process-env
/Users/abdulwahab/Documents/webapps/lab-app/server/config/seed.js
11:2 error Expected indentation of 3 space characters but found 0 indent
12:3 error Expected indentation of 2 space characters but found 0 indent
14:4 error Expected indentation of 2 space characters but found 0 indent
15:5 error Expected indentation of 2 space characters but found 0 indent
16:5 error Expected indentation of 2 space characters but found 0 indent
20:5 error Expected indentation of 2 space characters but found 0 indent
21:5 error Expected indentation of 2 space characters but found 0 indent
24:5 error Expected indentation of 2 space characters but found 0 indent
25:5 error Expected indentation of 2 space characters but found 0 indent
29:5 error Expected indentation of 2 space characters but found 0 indent
30:5 error Expected indentation of 2 space characters but found 0 indent
33:5 error Expected indentation of 2 space characters but found 0 indent
34:5 error Expected indentation of 2 space characters but found 0 indent
38:5 error Expected indentation of 2 space characters but found 0 indent
39:5 error Expected indentation of 2 space characters but found 0 indent
45:3 error Unnecessary semicolon no-extra-semi
46:1 error Expected indentation of 1 space character but found 0 indent
46:2 error Newline required at end of file but not found eol-last
/Users/abdulwahab/Documents/webapps/lab-app/server/api/thing/thing.controller.js
29:7 warning Avoid using Function.prototype.apply, instead use Reflect.apply prefer-reflect
91:5 warning Avoid using the delete keyword, instead use Reflect.deleteProperty prefer-reflect
102:5 warning Avoid using the delete keyword, instead use Reflect.deleteProperty prefer-reflect
✖ 24 problems (18 errors, 6 warnings)
[12:46:43] Finished 'lint:scripts:server' after 3.22 s
[12:46:43] Finished 'lint:scripts' after 3.29 s
[12:46:43] Starting 'start:server'...
[12:46:43] Finished 'start:server' after 18 ms
[12:46:43] Starting 'start:client'...
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: /Users/abdulwahab/Documents/webapps/lab-app/server/**/*
[nodemon] starting `node server`
Express server listening on 9000, in development mode
(node:26317) Warning: a promise was created in a handler at Users/abdulwahab/Documents/webapps/lab-app/server/config/seed.js:14:10 but was not returned from it, see http://goo.gl/rRqMUw
at new Promise (/Users/abdulwahab/Documents/webapps/lab-app/node_modules/bluebird/js/release/promise.js:79:10)
finished populating things
[BS] Proxying: http://localhost:9000
[BS] Access URLs:
--------------------------------------
Local: http://localhost:3000
External: http://192.168.0.123:3000
--------------------------------------
UI: http://localhost:3002
UI External: http://192.168.0.123:3002
--------------------------------------
webpack done hook
Hash: d14fc01ef68064d5e92e
Version: webpack 1.14.0
Time: 13586ms
Asset Size Chunks Chunk Names
b06871f281fee6b241d60582ae9369b9.ttf 166 kB [emitted]
f4769f9bdb7466be65088239c12046d1.eot 20.1 kB [emitted]
fa2772327f55d8198301fdb8bcfc8158.woff 23.4 kB [emitted]
e18bbf611f2a2e43afc071aa2f4e1512.ttf 45.4 kB [emitted]
89889688147bd7575d6327160d64e760.svg 109 kB [emitted]
674f50d287a8c48dc19ba404d20fe713.eot 166 kB [emitted]
af7ae505a9eed503f8b8e6982036873e.woff2 77.2 kB [emitted]
fee66e712a8a08eef5805a46892932ad.woff 98 kB [emitted]
448c34a56d699c29117adc64c43affeb.woff2 18 kB [emitted]
912ec66d7572ff821749319396470bde.svg 444 kB [emitted]
app.bundle.js 223 kB 0 [emitted] app
polyfills.bundle.js 205 kB 1 [emitted] polyfills
vendor.bundle.js 2.55 MB 2 [emitted] vendor
app.bundle.js.map 298 kB 0 [emitted] app
polyfills.bundle.js.map 267 kB 1 [emitted] polyfills
vendor.bundle.js.map 2.97 MB 2 [emitted] vendor
../client/index.html 1.39 kB [emitted]
Child html-webpack-plugin for "../client/index.html":
Asset Size Chunks Chunk Names
../client/index.html 2.69 kB 0
webpack: Compiled successfully.
Item | Version |
---|---|
generator-angular-fullstack | x.x.x |
Node | v6.7.0 |
npm | 4.3.0 |
Operating System | OS X 10 |
Item | Answer |
---|---|
Transpiler | Babel / |
Markup | HTML |
CSS | CSS |
Router | ui-router |
Client Tests | Jasmine |
DB | MongoDB |
Auth | N |