Skip to content

error postcss@8.1.1: The engine "node" is incompatible with this module. #10

@lod61

Description

@lod61

当我使用 yarn 安装 next 时,终端出现如下 warning

error postcss@8.1.1: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || >=14". Got "13.12.0"

明显是 node 版本不对,可以切换 node 版本,但是我的解决方案是直接忽视 engine

yarn add next react react-dom --ignore-engines

done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions