yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.4k stars 2.73k forks source link

error boxen@7.0.0: The engine "node" is incompatible with this module. Expected version ">=14.16". Got "12.22.12" error Found incompatible module #8886

Closed chiaweilee closed 2 years ago

chiaweilee commented 2 years ago
yarn -v
1.13.0
yarn
error boxen@7.0.0: The engine "node" is incompatible with this module. Expected version ">=14.16". Got "12.22.12"
error Found incompatible module

Macbook Pro M1 Node version is indeed 12.22.12, and >=14.16 is incompatible with my company enviorment. No Error Reported when using npm install

RDIL commented 2 years ago

Not an issue, just means that package wants a newer version of Node than you have. Either upgrade Node, downgrade boxen, or find a different package.