Skip to content

Instantly share code, notes, and snippets.

@OPrange
Last active March 2, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OPrange/9296c3f41b68526fdd442f4735425e4b to your computer and use it in GitHub Desktop.
Save OPrange/9296c3f41b68526fdd442f4735425e4b to your computer and use it in GitHub Desktop.
ubuntu@ubuntu:~/Desktop/projeto-instalura-ssr-conclusao$ npm start
instalura-ssr@0.0.1 start /home/ubuntu/Desktop/projeto-instalura-ssr-conclusao
if test "$NODE_ENV" = "production"; then npm run prod; else gulp dev; fi
[17:38:42] Using gulpfile ~/Desktop/projeto-instalura-ssr-conclusao/gulpfile.js
[17:38:42] Starting 'dev'...
[17:38:42] Starting '.webpack-dev'...
[17:38:42] Finished '.webpack-dev' after 95 μs
[17:38:42] Starting 'wds.dev'...
[17:38:42] Starting 'server-watch-$deps$'...
[17:38:42] Starting '.init-bundle.valid.log'...
[17:38:42] Finished '.init-bundle.valid.log' after 246 μs
[17:38:42] Finished 'server-watch-$deps$' after 812 μs
[17:38:42] Starting 'server-watch'...
[17:38:42] Starting 'generate-service-worker'...
[17:38:42] Finished 'generate-service-worker' after 315 μs
[nodemon] 1.18.10
[nodemon] to restart at any time, enter rs
[nodemon] watching: .etmp/bundle.valid.log /home/ubuntu/Desktop/projeto-instalura-ssr-conclusao/src/server/**/* /home/ubuntu/Desktop/projeto-instalura-ssr-conclusao/config/**/*
Just FYI: Entry point configuration is not found, using default entry point... - optional module not found; Path "/home/ubuntu/Desktop/projeto-instalura-ssr-conclusao/src/client/entry.config.js"
Just FYI: optional module not found; Path "/home/ubuntu/Desktop/projeto-instalura-ssr-conclusao/config/sw-config.js"
Just FYI: optional module not found; Path "/home/ubuntu/Desktop/projeto-instalura-ssr-conclusao/config/default.json"
0% compile http://localhost:2992/webpack-dev-server/
webpack result is served from http://localhost:2992/js/
content is served from /home/ubuntu/Desktop/projeto-instalura-ssr-conclusao
webpack bundle is now VALID but has ERRORS
webpack report is served from http://localhost:2992/reporter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment