rover icon indicating copy to clipboard operation
rover copied to clipboard

Unsupported engine { npm warn EBADENGINE package: '@apollo/[email protected]', }

Open shravanteegala opened this issue 10 months ago • 1 comments

Hi team, Iam facing below versioning issue when i try to install npm apollo using my terminal(Mac)

To install nodebox, run: brew install --cask nodebox shravan.teegala@BLR1-LMC-N71368 ~ % npm install -g apollo npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '@apollo/[email protected]', npm warn EBADENGINE required: { node: '>=12.13.0 <17.0' }, npm warn EBADENGINE current: { node: 'v23.9.0', npm: '10.9.2' } npm warn EBADENGINE } npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn d

shravanteegala avatar Mar 11 '25 06:03 shravanteegala

Hi @shravanteegala ,

I think this might be related to the apollo-tooling project here, rather than rover.

Please note that the project in question has been deprecated since 2023, and we recommend using rover instead, which you can also install via NPM as detailed here

dotdat avatar Mar 11 '25 14:03 dotdat