vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Building the app fails #64

Open adi-zz opened 5 years ago

adi-zz commented 5 years ago
  1. Generate the app vue init vuetifyjs/nuxt (Don't use a-la-carte)
  2. Install deps npm i
  3. Creating a build npm run build fails with TypeError: Cannot read property 'search' of undefined

If I manually edit node_modules/vuetify/src/stylus/components/_time-picker-clock.styl#54, and use border-color: black instead of border-color: inherit, the build works.

ddomgn commented 5 years ago

Same issue. Setting border-color to black did not help me.

adi-zz commented 5 years ago

Looks like if you disable css extraction, npm run build also works.

ddomgn commented 5 years ago

Solved. In my case that was the package-lock.json which I screwed up somehow.