【发布时间】:2018-12-13 00:08:58
【问题描述】:
我尝试使用 Tailwindcss 创建应用程序,但出现以下错误:
我正在使用https://github.com/nuxt-community/create-nuxt-app 来生成应用程序。
[1/4] ???? Resolving packages...
warning nuxt > postcss-cssnext@3.1.0: 'postcss-cssnext' has been deprecated in favor of 'postcss-preset-env'. Read more at https://moox.io/blog/deprecating-cssnext/
warning nuxt > webpack-bundle-analyzer > bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
我已尝试更换软件包,但我得到了
✗ yarn remove postcss-cssnext
yarn remove v1.3.2
[1/2] Removing module postcss-cssnext...
error This module isn't specified in a manifest.
info Visit https://yarnpkg.com/en/docs/cli/remove for documentation about this command.
我可以安装新包但不能删除它们。
此问题可在Nuxt 社区 (#c48) 上找到【问题讨论】:
标签: nuxt.js tailwind-css