Giter VIP home page Giter VIP logo

Comments (30)

BrandonSmith avatar BrandonSmith commented on September 22, 2024 14

How I fixed in the interim for my app... add dependency version overrides in my app's package.json:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.74.0",
      "react-native-windows": "~0.74.0"
    }
  },

from clipboard.

sargsyanapach94 avatar sargsyanapach94 commented on September 22, 2024 8

I have the same issue.

from clipboard.

geoffrey-tan avatar geoffrey-tan commented on September 22, 2024 2

How I fixed in the interim for my app... add dependency version overrides in my app's package.json:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.74.0",
      "react-native-windows": "~0.74.0"
    }
  },

Doesn't seems to work

Removing package-lock.json and rm -rf ./node_modules is what I use when updating overrides

from clipboard.

cixio avatar cixio commented on September 22, 2024 1
npm update

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.74.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0" from @react-native-clipboard/[email protected]
npm ERR! node_modules/@react-native-clipboard/clipboard
npm ERR!   @react-native-clipboard/clipboard@"^1.14.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024 1

helped for me to fix ERESOLVE error when i use npm i in cloned repository

How I fixed in the interim for my app... add dependency version overrides in my app's package.json:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.74.0",
      "react-native-windows": "~0.74.0"
    }
  },

from clipboard.

ezescigo avatar ezescigo commented on September 22, 2024 1

Any solutions?

Until they fix it, temp fix is the override posted above

how to do it pls write steps my react native version is 0.70.3

open your project, go to your package json, add that:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.70.3",
      "react-native-windows": "~0.70.3"
    }
  },

then use npm i @react-native-clipboard/clipboard (i didnt tested it, but it should help)

It didn't work I had tried earlier what I did is used some old version of this lib that is used in example of this project.
It installed successfully, is it fine?

other option is just using npm i --legacy-peer-deps

from clipboard.

davidgvf avatar davidgvf commented on September 22, 2024

Same problem

from clipboard.

codetobuild avatar codetobuild commented on September 22, 2024

How I fixed in the interim for my app... add dependency version overrides in my app's package.json:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.74.0",
      "react-native-windows": "~0.74.0"
    }
  },

Doesn't seems to work

from clipboard.

MuhammadRafeh avatar MuhammadRafeh commented on September 22, 2024

Any fix?

from clipboard.

ToniNikolaev23 avatar ToniNikolaev23 commented on September 22, 2024

I have this issue also with react-native: 0.71.2.

from clipboard.

OmarThinks avatar OmarThinks commented on September 22, 2024

I have the same issue on React Native 0.72.14

$ npm install --save @react-native-clipboard/clipboard
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react-native
npm error   react-native@"0.72.14" from the root project
npm error   peer react-native@"^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0" from @react-native-clipboard/[email protected]
npm error   node_modules/@react-native-clipboard/clipboard
npm error     @react-native-clipboard/clipboard@"*" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-native@"^0.73.0" from [email protected]
npm error node_modules/react-native-windows
npm error   peer react-native-windows@"^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0" from @react-native-clipboard/[email protected]
npm error   node_modules/@react-native-clipboard/clipboard
npm error     @react-native-clipboard/clipboard@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.

I guess it's on all React Native versions

from clipboard.

EducoreAPK avatar EducoreAPK commented on September 22, 2024

Same issue !!!

from clipboard.

LPitonakova avatar LPitonakova commented on September 22, 2024

After the change, the npm package is installed ok but when running pod install --repo-update, I get

 Invalid `RNCClipboard.podspec` file: undefined method `visionos' for #<Pod::Specification name="RNCClipboard">

from clipboard.

lchenfox avatar lchenfox commented on September 22, 2024
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
npm notice To update run: npm install -g [email protected]
npm notice
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react-native
npm error   react-native@"0.72.0" from the root project
npm error   peer react-native@"^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0" from @react-native-clipboard/[email protected]
npm error   node_modules/@react-native-clipboard/clipboard
npm error     @react-native-clipboard/clipboard@"^1.11.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-native@"^0.73.0" from [email protected]
npm error node_modules/react-native-windows
npm error   peer react-native-windows@"^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0" from @react-native-clipboard/[email protected]
npm error   node_modules/@react-native-clipboard/clipboard
npm error     @react-native-clipboard/clipboard@"^1.11.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/chenlong/.npm/_logs/2024-06-04T02_39_56_054Z-eresolve-report.txt

npm error A complete log of this run can be found in: /Users/chenlong/.npm/_logs/2024-06-04T02_39_56_054Z-debug-0.log

Also face the same issue.

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024

okay, ill just use --force argument in npm then

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024

i know it may be not that good idea, but i need this lib

from clipboard.

ezescigo avatar ezescigo commented on September 22, 2024

Same issue here for RN 0.71.14

from clipboard.

Catnais88 avatar Catnais88 commented on September 22, 2024

Same for me

from clipboard.

sudhanshu-busy avatar sudhanshu-busy commented on September 22, 2024

Any solutions?

from clipboard.

ezescigo avatar ezescigo commented on September 22, 2024

Any solutions?

Until they fix it, temp fix is the override posted above

from clipboard.

sudhanshu-busy avatar sudhanshu-busy commented on September 22, 2024

Any solutions?

Until they fix it, temp fix is the override posted above

how to do it pls write steps my react native version is 0.70.3

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024

Any solutions?

Until they fix it, temp fix is the override posted above

how to do it pls write steps my react native version is 0.70.3

open your project, go to your package json, add that:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.70.3",
      "react-native-windows": "~0.70.3"
    }
  },

then use npm i @react-native-clipboard/clipboard
(i didnt tested it, but it should help)

from clipboard.

sudhanshu-busy avatar sudhanshu-busy commented on September 22, 2024

Any solutions?

Until they fix it, temp fix is the override posted above

how to do it pls write steps my react native version is 0.70.3

open your project, go to your package json, add that:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.70.3",
      "react-native-windows": "~0.70.3"
    }
  },

then use npm i @react-native-clipboard/clipboard (i didnt tested it, but it should help)

It didn't work I had tried earlier what I did is used some old version of this lib that is used in example of this project.
It installed successfully, is it fine?

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024

Any solutions?

Until they fix it, temp fix is the override posted above

how to do it pls write steps my react native version is 0.70.3

open your project, go to your package json, add that:

  "overrides": {
    "@react-native-clipboard/clipboard": {
      "react-native": "~0.70.3",
      "react-native-windows": "~0.70.3"
    }
  },

then use npm i @react-native-clipboard/clipboard (i didnt tested it, but it should help)

It didn't work I had tried earlier what I did is used some old version of this lib that is used in example of this project. It installed successfully, is it fine?

i cant say will it work or not, you should test it in your project
we just overriding dependencies of this lib, so we can install it

from clipboard.

GoldenBilly avatar GoldenBilly commented on September 22, 2024

its same if we use just npm install @react-native-clipboard/clipboard --force

from clipboard.

joshticks002 avatar joshticks002 commented on September 22, 2024

This worked for me going through the error logs on react native version 0.74.3

newArchEnabled=true
hermesEnabled=true

root/node_modules/@react-native-clipboard/clipboard/android/src/main/java/com/reactnativecommunity/clipboard/ClipboardModule.java

Edit line 241:
remove @OverRide
public void removeListeners(int count) {

}

add @OverRide
public void removeListeners(double count) {

}

from clipboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.