json-schema-ref-parser icon indicating copy to clipboard operation
json-schema-ref-parser copied to clipboard

Breaking Firebase Tools

Open Psycarlo opened this issue 2 years ago • 3 comments

Trying to install firebase-tools globally in Github Actions and get this error

@apidevtools/[email protected]: The engine "node" is incompatible with this module. Expected version ">= 17". Got "16.19.0"

*Using Node 16

Psycarlo avatar Jan 23 '23 21:01 Psycarlo

Same issue here. Tried downgrading to an older version but did not work. Any help is greatly appreciated!

DStenvers avatar Jan 24 '23 16:01 DStenvers

My solution was to tell yarn to ignore this using: RUN yarn install --ignore-engines Not an award-winning one, but for now I can continue working.

DStenvers avatar Jan 24 '23 16:01 DStenvers

v9.1.2 has been released and should revert the change. The GitHub action should now pick it up and work if you rerun it.

jcmosc avatar Jan 25 '23 12:01 jcmosc