christianmalek / vuex-rest-api

A utility to simplify the use of REST APIs with Vuex
http://vuex-rest-api.org
MIT License
382 stars 48 forks source link

Can't install #109

Closed ghenry closed 2 years ago

ghenry commented 2 years ago
npm ERR! Found: axios@0.26.1
npm ERR! node_modules/axios
npm ERR!   axios@"^0.26.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer axios@"^0.21" from vuex-rest-api@2.14.0
npm ERR! node_modules/vuex-rest-api
npm ERR!   vuex-rest-api@"^2.14.0" from the root project
christianmalek commented 2 years ago

Hey,

vuex-rest-api requires axios^0.21. axios^0.26.1 does not satisfy this version constraint. I have to update the version.

ghenry commented 2 years ago

I forget as it's been a while, but does ^ pin that version or mean anything greater than?

christianmalek commented 2 years ago

You can check it here https://jubianchi.github.io/semver-check/#/^0.21/0.26.1

ghenry commented 2 years ago

Thanks

christianmalek commented 2 years ago

Updated to the newest axios version. :)