PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
10.03k stars 346 forks source link

[BUG] Cannot install plasmohq/messaging #851

Open tastycode opened 8 months ago

tastycode commented 8 months ago

What happened?

On MacOSX 13.5.2 (22G91), when using yarn 1.22.19 with node 16.14.0. In an existing project started using yarn create plasmo. When I run yarn add @plasmohq/messaging I get

zsh 10711 [130]  (git)-[main]-% yarn add @plasmohq/messaging
yarn add v1.22.19
warning package.json: No license field
warning tastybing@0.0.1: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
warning node-object-hash@3.0.0: The engine "pnpm" appears to be invalid.
error nanoid@5.0.3: The engine "node" is incompatible with this module. Expected version "^18 || >=20". Got "16.14.0"
error Found incompatible module.

~I'm not sure how to get past this error~

I got around this by yarn add @plasmohq/messaging@0.6.0 instead.

Version

Latest

What OS are you seeing the problem on?

MacOSX

What browsers are you seeing the problem on?

Chrome

Relevant log output

Log output in ticket

(OPTIONAL) Contribution

Code of Conduct