Git Product home page Git Product logo

Comments (6)

davesope avatar davesope commented on July 4, 2024

trying to install truffle on vscode and it says npm is the problenm of not be able to install cod used npm intsall truffle -g

from react-native-image-editor.

viacovne avatar viacovne commented on July 4, 2024

same issue

from react-native-image-editor.

shettychirag7 avatar shettychirag7 commented on July 4, 2024

It seems the issue you are facing is specific to npm@7+'s requirement to provide the correct version of peer dependencies when installing the packages. Have you tried running
npm install --legacy-peer-deps
The --legacy-per-deps flag was introduced in npm@7+ as a way to install without peer dependencies check anyway. This is how it used to be from npm v4-v6.

from react-native-image-editor.

mppperez avatar mppperez commented on July 4, 2024

Same issue... installing works with --legacy-peer-deps and/or --force but fixing audits via npm won't work then:

npm ERR! Cannot read properties of null (reading 'children')

Last log of npm audit fix refers to this library:

414 verbose unfinished npm timer idealTree:node_modules/@react-native-community/image-editor 1647349766947

Anyone still maintaining this or is it EOL and ppl should migrate to other library? Since the PR with a fix is already opened since 7 month without any discussion it seems to be EOL?

from react-native-image-editor.

wadekar9 avatar wadekar9 commented on July 4, 2024

same issue
Cannot read properties of null (reading 'children')

from react-native-image-editor.

retyui avatar retyui commented on July 4, 2024

fix: #125
also will be release soon

from react-native-image-editor.

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.