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
Post a Comment