我已经尝试使用 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 )上找到