Closed sascha-andres closed 3 years ago
I found and read #567 but wails update did not resolved that issue
Hi. As it's an npm versioning issue related to your project, I'm not really sure what you want us to do? Have you tried downgrading your eslint?
As this happens directly after wails init this is an issue with the template. I just assumed that each template is designed to work out of the box (like the react one does).
Ah, if updating works, would be happy to accept a PR 👍
This is now fixed in v1.11.0-pre1
. wails update -pre
to get it!
@leaanthony Can confirm this! Thanks. Closing
Description
When using the template for Vue3 Full npm i fails because it cannot resolve the dependency tree. my_project required eslint@7.15.0 while @vue/cli-plugin-eslint requires >= 1.6.0 < 7.0.0
To Reproduce Steps to reproduce the behaviour:
Expected behaviour A running templated wails application
Screenshots