Closed iamjohnpeet closed 4 years ago
Issue When using PostCSS I get an error when running npm watch...
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"
Update laravel-mix 😉
laravel-mix
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