pagekit / vue-resource

The HTTP client for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update got dependency?

ahallez opened this issue · comments

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.