在尝试启动 Nuxt 项目时遇到错误 "cannot find module 'tailwindcss/nesting'",这通常意味着项目中缺少了某些必要的依赖或者配置不正确。以下是一些可能的解决步骤: 确保安装了 Tailwind CSS 和相关依赖: 确保你已经安装了 Tailwind CSS 以及它所需的依赖,如 postcss 和autoprefixer。你可以通过运行以下命令来安装这些...
Using vite, it appearspostcss-nestingisn't supported, or at least doesn't work properly? The warning is displayed if you attempt to use'tailwindcss-nesting': 'postcss-nesting'but goes away if you just use the default with'tailwindcss-nesting': {} 6 😕3 0 replies lucho20pt Sep 14, 2...
Module build failed (from ./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js): TypeError: Cannot read properties of undefined (reading 'config') at getTailwindConfig (xxx/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:85:63) at xxx/node_modules/tailwindcss/lib...
importReact,{Component}from'react';classTestCompextendsComponent{staticpropTypes={};staticdefaultProps={};constructor(props){super(props);this.state={};}render(){consta=`haha`;return(haha);}}exportdefaultTestComp; also, I change some sourceCode, try to find problems. innode_modules/eslint/lib...