在 macOS High Sierra 10.13.6 上安装 node-gyp 时出错

时间:2021-04-26 19:58:48

标签: node-gyp

运行 function Blog() { return ( <div className="min-h-screen overflow-hidden"> <Navbar /> <div className="max-w-4xl mx-auto py-12 lg:py-16 "> <h2 className="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl"> <span className="block">Coming soon!</span> <span className="block text-indigo-600">I am just learning stuff about headless CMS and will build a blog here with strapi.io. Hang in!</span> </h2> </div> <StaticQuery query={query} render={data => ( <div className="p-10 grid grid-cols-1 sm:grid-cols-1 md:grid-cols-3 lg:grid-cols-3 xl:grid-cols-3 gap-5"> {data.allStrapiArticles.edges.map(({ node:article })=> ( <div className="rounded overflow-hidden shadow-lg"> <Images /> <ConsoleLog>{ Images }</ConsoleLog> <h3 key={article.strapiId}>{article.title}</h3> </div> ))} </div> )} /> <Footer /> </div> ); } export default Blog; 时出现以下错误。

macOS - 10.13.5 节点 -v v14.16.1 npm -v 7.9.0

我尝试重新安装 XCode 命令行实用程序,但没有奏效。此软件包是否支持 mac OS 10.13.5?

npm ci

0 个答案:

没有答案