小编Ven*_*cho的帖子

在不使用 Postcss 的情况下收到警告

我收到这个 Postcss 警告:

You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js. (repeated 19 times)

但我没有使用它。这非常烦人,因为正如您所看到的,该消息重复了好几次。

我知道为什么会收到错误(我没有 Postcss 配置文件或任何插件、字符串生成器等设置),但我不知道为什么首先安装 Postcss。

这是我的 package.json

{
  "name": "vip-english-website",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "nuxt",
    "build": "nuxt build",
    "start": "nuxt start"
  },
  "engines": {
    "node": "16.x"
  },
  "dependencies": {
    "@dzangolab/vue-accordion": "^1.2.0",
    "@nuxtjs/axios": "^5.13.6",
    "express": "^4.17.1",
    "googleapis": "^91.0.0",
    "vue-carousel": "^0.18.0",
    "vue-check-view": "^0.3.0",
    "vue-gapi": "^2.0.0",
    "vue-js-modal": "^2.0.1", …
Run Code Online (Sandbox Code Playgroud)

npm postcss

11
推荐指数
3
解决办法
1万
查看次数

标签 统计

npm ×1

postcss ×1