vue-auth: Error when trying to run 2.x demo
When I go into the 2.x folder and type npm install
, I get these warnings
npm WARN vue-axios@2.0.2 requires a peer of vue@>= 1.0.0 but none was installed.
npm WARN 2.x No description
npm WARN 2.x No repository field.
npm WARN 2.x No license field.
And then when I use npm run demo
I get a long string of errors and a “webpack: Failed to compile.” warning and a failure to launch the demo.
is there something else required to be installed for the demo?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (6 by maintainers)
To clarify, here is exactly what I did originally (that failed):
And what I did that worked: