pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

Update got dependency? #723

Open ahallez opened 5 years ago

ahallez commented 5 years ago

Installing vue-resource on node 10 or 11 results in an error with sqlite3. Through the dependency on got 8, sqlite3 3.x is being installed. sqlite3 4.x installs correctly on node 10 and 11.

Upgrading the got version to 9 would resolve the issue.