This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Incorrect upgrade message given when running quasar dev #196
Comments
Same happening here. This is my
|
got the same |
This is code starting at line 41 of
|
So, a fix would be remove anything containing |
I have this difficulty as well. There were several lines listed for removal but only the one you cited keeps coming back from the dead even after I run
I opened a fresh bash shell to run quasar in and I also rebooted. |
The code that you are all referencing is no longer part of Quasar. Please upgrade to latest v1. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Software version
NPM 6.4.0
yarn 1.10.1
quasar-cli 0.17.20
vue-cli 3.0.1
quasar-framework 0.17.17
Any other software related to your bug:
What did you get as the error?
Those lines do not exist in index.template.html but I still see the message and cannot run quasar dev while
<link rel="manifest" href="site.webmanifest">
is in index.template.htmlWhat were you expecting?
No error.
What steps did you take, to get the error?
Added
<link rel="manifest" href="site.webmanifest">
to index.template.htmlThe text was updated successfully, but these errors were encountered: