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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM Always ask to install realm@12.9.0 instead of realm@3.6.5 ( in package.json ) #6703

Closed
pramahaditamaputra opened this issue Jun 4, 2024 · 2 comments

Comments

@pramahaditamaputra
Copy link

How frequently does the bug occur?

Always

Description

Screenshot 2024-06-04 at 12 14 34

Stacktrace & log output

[2/4] 🚚  Fetching packages...
error realm@12.9.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "14.21.3"
error Found incompatible module.

Can you reproduce the bug?

Always

Reproduction Steps

do yarn install

Version

3.6.5

What services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

Mac OS M1

Build environment

Which debugger for React Native: 0.62.0
Node : 14.21.3

Cocoapods version

No response

Copy link

sync-by-unito bot commented Jun 4, 2024

➤ PM Bot commented:

Jira ticket: RJS-2832

@kneth
Copy link
Member

kneth commented Jun 4, 2024

Without your package.json we can only guess. In general npm will install latest version if you have ^3.6.5 in your dependencies. If you really wish to use v3.6.5, you should replace it by 3.6.5. See also https://docs.npmjs.com/cli/v10/configuring-npm/package-json#dependencies

@kneth kneth closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants