我已經成功安裝了順風css。在我的react項目中。但是當我寫作的時候 然后錯誤開始出現。我不知道為什么。
您需要Tailwind CSS 3.0和Autoprefixer 10.0,但目前您已經安裝了Autoprefixer 9.8.8
更新您的節點版本。安裝新版本的節點。
通過國家預防機制:
n lts n最新 就像那個人提到的,postcss和autoprefixer已經過時了,我所做的是
npm install -g npm(將我的npm更新到最新版本) npm安裝autoprefixer@latest npm安裝postcss@latest npm安裝daisyui