我正在我的Vue项目中尝试使用tailwindcss,当我解决了路由问题时(试图将代码分解为较小的组件时),我想我又打破了其他东西。
在添加新路线之前,代码正在编译。在这种情况下,我似乎找不到任何问题。
Failed to compile.
./src/components/SiteHeader.vue?vue&type=style&index=0&lang=css& (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--6-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SiteHeader.vue?vue&type=style&index=0&lang=css&)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: Cannot find module 'tailwindcss'
您可以签出此仓库,文件https://github.com/anaivanm/vue-tw/很少
答案 0 :(得分:2)
第一:
npm run dev
然后
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
欲了解更多信息: Tailwind Docs
另请查看:Restarting NPM