Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Yarn/npm, or Node <18 #178

Closed
TheSonOfThomp opened this issue Jul 28, 2023 · 1 comment
Closed

Incompatible with Yarn/npm, or Node <18 #178

TheSonOfThomp opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TheSonOfThomp
Copy link

Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.

馃悰 Bug Report

A clear and concise description of what the bug is.

Since v1.14.2, users of yarn or npm can't install this package.
Consumers using node<18 also can't install this package

This is the error message

error turborepo-remote-cache@1.14.3: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.0"
warning turborepo-remote-cache@1.14.3: The engine "pnpm" appears to be invalid.
error Found incompatible module.

To Reproduce

Steps to reproduce the behavior:

  • In any yarn or npm project, run
yarn add turborepo-remote-cache

or

npm install turborepo-remote-cache

Expected behavior

Should intall

Your Environment

  • os: Mac
nvm current
v16.20.0

yarn --version
1.22.19
@TheSonOfThomp TheSonOfThomp changed the title Yarn/npm users, or Node <18 can't install Incompatible with Yarn/npm, or Node <18 Jul 28, 2023
@matteovivona matteovivona added the bug Something isn't working label Aug 3, 2023
@matteovivona
Copy link
Collaborator

@TheSonOfThomp fixed. thank for your report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants