vue.js - Can't run express server and Vue app concurrently -


my express server set run on port 8081. start nodemon server/start.js

my vue app runs on port 8080. run nodemon build/dev-server.js start it.

the problem have if express server running on 8081, can't run vue app. ends error: starting dev server... [1] killed [nodemon] app crashed - waiting file changes before starting...

i can start vue if express not running though.

i'm using nginx btw.

it seems there problem when use nodemon watch more 1 file. can follow gist. can try run 1 file node.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -