-
-
Notifications
You must be signed in to change notification settings - Fork 427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ricardogobbosouza Have you been able to test if the generated project works ? Or at least just something that would prove everything is okay when creating new project with Vuetify option as UI framework.
@kevinmarrec i tested the generated project and it works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay LGTM
When populating a vanilla project with your changes, I receive some dependency warnings:
|
@Lecraminos Looks like it's a bug from Like nuxt -> |
Looks like some issue with the template . Please see the below error with latest version of Vuetify ( 2.0.3 ) and "nuxt": "^2.8.1",
|
@bujji1 vuetify 2 uses sass not styl |
thank you @ricardogobbosouza for your response . yes , but upgrading to the latest throwing the above error . Here are the steps to reproduce the above issue
You will get the above issue . Thanks for checking . |
@bujji1 it works, please check version of |
With |
@bujji1 what is the result? npx create-nuxt-app --version |
Thank You @ricardogobbosouza
Here is the package generated with npm command
with yarn
|
Here is the log from npm and there are 9 vulnerabilities . The windows command is blocking and not proceeding any further after the last statement . After waiting for few minutes I am killing the process there and re running npm install again .
|
@ricardogobbosouza . It is my issue . Now it is working just perfect even with npm . sorry for the wrong call . |
Upgrade vuetify module to v1
Resolve #295
Resolve nuxt-community/vuetify-module#66