Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Fixing error unhandled promise rejection #162, removing VueResource #171

Merged

Conversation

truefalse10
Copy link
Contributor

as described in #162 with node 8 an error is thrown after starting the vuejs dev-server. This is caused by the dev-server trying to start a browser window inside the docker container which leads to a rejected promise.

This PR fixes this issues. Additionally it improves the following:

  • remove VueResource (we use axios for http requests as i understood, therefore VueResource is not needed anymore)
  • fix current axios requests to also handle rejected promises correctly with catch statements
  • add correct node_modules path to .dockerignore

@lamby lamby merged commit fc9137c into drivendataorg:master Oct 18, 2017
@lamby
Copy link
Contributor

lamby commented Oct 18, 2017

Merged, many thanks!

@vessemer vessemer mentioned this pull request Oct 21, 2017
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants