Npm 找不到的匹配版本postcss@1.1.5

Npm 找不到的匹配版本postcss@1.1.5,npm,postcss,Npm,Postcss,我不是很熟悉后css,只是在react上安装了tailwind和npm安装了hero图标 安装英雄图标后 npm install@herogeons/react我导入了一个图标 import { BeakerIcon } from '@heroicons/react/solid' 这只是一个例子。当我展示它时,给了我一个空盒子。 然后我检查是否正确安装了npm软件包,它告诉我该怎么做 npm audit fix --force 因为有一些中等级别的漏洞,我得到的错误是 code ETARGE

我不是很熟悉后css,只是在react上安装了tailwind和npm安装了hero图标 安装英雄图标后
npm install@herogeons/react
我导入了一个图标

import { BeakerIcon } from '@heroicons/react/solid'
这只是一个例子。当我展示它时,给了我一个空盒子。 然后我检查是否正确安装了npm软件包,它告诉我该怎么做

npm audit fix --force
因为有一些中等级别的漏洞,我得到的错误是

code ETARGET
npm ERR! notarget No matching version found for postcss@1.1.5.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist
我的节点版本v14.16.0和npm版本是7.15.0。。。我的发行版Ubuntu 20.10的最新版本