mvdnbrk / laravel-mix-tailwindcss

Tailwind CSS wrapper for Laravel Mix.
https://laravel-mix.com/extensions/tailwindcss
MIT License
47 stars 2 forks source link

TypeError: Mix.seesNpmPackage is not a function #3

Closed iamjohnpeet closed 4 years ago

iamjohnpeet commented 4 years ago

Issue When using PostCSS I get an error when running npm watch...

"if (Mix.components.has('postCss') && Mix.seesNpmPackage('postcss-import')) {..." "TypeError: Mix.seesNpmPackage is not a function"

Dependancies Versions

    "@tailwindcss/custom-forms": "^0.2.0",
    "laravel-mix": "^2.1.14",
    "mix-tailwindcss": "^1.2.0",
    "postcss-import": "^12.0.1",
    "tailwindcss": "^1.1.4",
    "vue": "^2.6.11"
mvdnbrk commented 4 years ago

Update laravel-mix 😉