Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new _tailwind url issue when using another server framework #216

Closed
kreig303 opened this issue Dec 3, 2020 · 2 comments
Closed

new _tailwind url issue when using another server framework #216

kreig303 opened this issue Dec 3, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@kreig303
Copy link

kreig303 commented Dec 3, 2020

Version

@nuxtjs/tailwindcss: 3.3.0
nuxt: 2.14.9

Reproduction Link

https://github.com/kreig303/nuxt-tailwindcss-3.3.0-bug

Steps to reproduce

https://github.com/kreig303/nuxt-tailwindcss-3.3.0-bug#how-do-i-use-you

What is Expected?

Server comes up with no issues.

What is actually happening?

> tailwind-test@1.0.0 dev /Users/kreig303/src/tailwind-test
> node index.js

ℹ Preparing project for development                                                                                                                                              06:47:15
ℹ Initial build may take a while                                                                                                                                                 06:47:15


 FATAL  Cannot read property 'url' of undefined                                                                                                                                  06:47:15

  at node_modules/@nuxtjs/tailwindcss/lib/module.js:89:68

✔ Builder initialized                                                                                                                                                            06:47:15
✔ Nuxt files generated           
 ERROR  Failed to compile with 1 errors                                                                                                                          friendly-errors 06:47:24

This dependency was not found:                                                                                                                                   friendly-errors 06:47:24
                                                                                                                                                                 friendly-errors 06:47:24
* ~tailwind.config in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/@nuxtjs/tailwindcss/lib/ui/pages/index.vue?vue&type=script&lang=js&
                                                                                                                                                                 friendly-errors 06:47:24
To install it, you can run: npm install --save ~tailwind.config                                                                                                  friendly-errors 06:47:24
ℹ Waiting for file changes                                                                                                                                                       06:47:24

 READY  App running on http://localhost:3000/       
@kreig303 kreig303 added the bug Something isn't working label Dec 3, 2020
@kreig303 kreig303 changed the title new _tailwind url scheme does not work when using external server new _tailwind url scheme issue when using external server Dec 3, 2020
@kreig303 kreig303 changed the title new _tailwind url scheme issue when using external server new _tailwind url scheme issue when using anotherr server framework Dec 4, 2020
@kreig303 kreig303 changed the title new _tailwind url scheme issue when using anotherr server framework new _tailwind url scheme issue when using another server framework Dec 4, 2020
@kreig303 kreig303 changed the title new _tailwind url scheme issue when using another server framework new _tailwind url issue when using another server framework Dec 4, 2020
@kurukururuu
Copy link

+1 showing this error too.

nuxt : ^2.0.0
@nuxtjs/tailwindcss : ^3.0.0

@atinux atinux closed this as completed in 431eafc Dec 4, 2020
@simonmaass
Copy link

i am having the same issue in relation to storybook...

This was referenced Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment