linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

application gives error: Meanio.loadConfig() #133

Open ashutoshvct opened 7 years ago

ashutoshvct commented 7 years ago

Hi, I'm trying to run an application on mean stack, but i get an error:

Invoking gulp - development [06:00:08] Using gulpfile ~/hello/gulpfile.js [06:00:08] Starting 'clean'... [06:00:08] Finished 'clean' after 7.79 ms [06:00:08] Starting 'default'... [06:00:08] Starting 'env:development'... [06:00:08] Finished 'env:development' after 37 μs [06:00:08] Starting 'jshint'... [06:00:08] Finished 'jshint' after 276 ms [06:00:08] Starting 'csslint'... [06:00:08] Starting 'watch'... [06:00:08] Finished 'watch' after 192 ms [06:00:08] Starting 'webpack'... [06:00:09] csslint: 1 files lint free [06:00:09] Finished 'csslint' after 1.02 s [06:00:18] Version: webpack 1.14.0 Asset Size Chunks Chunk Names app.js 4.54 MB 0 [emitted] main [06:00:18] webpack is watching for changes [06:00:20] Finished 'webpack' after 11 s [06:00:20] Starting 'devServe'... [06:00:20] Finished 'devServe' after 78 ms [06:00:20] Starting 'development'... [06:00:20] Finished 'development' after 10 μs [06:00:24] [nodemon] 1.11.0 [06:00:24] [nodemon] to restart at any time, enter rs [06:00:24] [nodemon] watching: . [06:00:24] [nodemon] starting node --debug server.js Debugger listening on port 5858 Meanio.loadConfig() has been deprecated. Update to Meanio.getConfig(). Meanio.loadConfig() has been deprecated. Update to Meanio.getConfig(). Meanio.loadConfig() has been deprecated. Update to Meanio.getConfig(). defaultData() has been deprecated. Update to setDefaults(data) Meanio.loadConfig() has been deprecated. Update to Meanio.getConfig(). Wed, 15 Feb 2017 06:00:27 GMT cluster MEAN app started on port 3000 (development) with cluster worker id 0 [06:00:29] index.html reloaded. [06:00:30] [nodemon] Internal watch failed: watch /home/ubuntu/hello/bundle ENOSPC

And when I open my url at port 3000, I get only a single line:

MEAN.io makes building apps simpler and faster

Where is the complete page with login?

JoeBerg8 commented 7 years ago

I am also having this same issue.

mondeja commented 7 years ago

I'm also having this same issue.