nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 105 forks source link

'yarn dev' caused to absolute path friendly-errors #347

Closed Begalov closed 4 years ago

Begalov commented 4 years ago

Module version nuxt v2.12.2, nuxtjs/vuetify 1.11.2

Describe the bug 'yarn dev' caused to absolute path friendly-errors described on stackoverflow

To install it, you can run: npm install --save .\X:\domains\my-project.dvp\front_nux2\node_modules\vuetify\dist\vuetify.css

If dot before path in App.js removed Client Compiled successfully in 1.96s

Steps to reproduce the behavior:

  1. Clean nuxt install
  2. yarn add yarn add @nuxtjs/vuetify -D
  3. nuxt.config.js: buildModules: [ '@nuxtjs/vuetify']
  4. yarn dev
  5. See error

Expected behavior yarn build & start works perfectly

Begalov commented 4 years ago

Today tried to move front_nuxt2 to other locations and 'yarn dev' command works fine. Then I tried run the command from original location and no errors was appeared.