Code Monkey home page Code Monkey logo

Comments (18)

mxck avatar mxck commented on July 29, 2024 1

Ok, I reopen ticket and test with NPM

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024 1

Woohoo it works!!! Thanks all!!

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024

@Noitidart can you fully remove node_modules folder?
rm -rf node_modules
then run
npm install or yarn

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

Thanks mxck! I will try that on Monday please :)

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

Thanks so much @mxck for leaving this open for me. I haven't been able to fix this. I'm not sure why. I'll close this out. It seems something specific to me. Thanks very much again. I'll update you when I find a fix. :)

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

Oh just an update to the stuff I tried:

  • the rm -rf node_modules then npm i
  • created a new react native project react-native init and tried it here

Same results in both. Will keep you updated.

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

@mxck Im still having this problem even in new project.

I was wondering what was the equivalent of rm -rf node_modules in windows, do you know please?

from react-native-material-menu.

kcbar avatar kcbar commented on July 29, 2024

I had this issue. I switched to using yarn instead of npm and it doesn't happen anymore.

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

@kcbar that's an interesting note. It would be nice to find the root cause though.

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

Thanks @mxck!

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024

@Noitidart I don't have any errors at my Mac with npm.

❯ npm --version
5.6.0

What version you using?

from react-native-material-menu.

Noitidart avatar Noitidart commented on July 29, 2024

@mxck I am on windows, also 5.6.0

from react-native-material-menu.

DevAlien avatar DevAlien commented on July 29, 2024

@mxck I'm on mac, it happens when I run npm install a second time, the first time goes well.

I think the issue is that in the package we get from npm there's a .git folder, you should not package that one.

Removing the .git directory inside node_modules/react-native-material-menu works

rm -rf node_modules/react-native-material-menu/.git

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024

from react-native-material-menu.

DevAlien avatar DevAlien commented on July 29, 2024

Thanks to you man, if you solve it would be very good for us :)

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024
By default, the following paths and files are ignored, so there's no need to add them to .npmignore explicitly:

.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log

Hmm. Something goes wrong. :)

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024

Fixed in c398fc4

from react-native-material-menu.

mxck avatar mxck commented on July 29, 2024

NPM have a bug with it npm/npm#19073
Publish last version with yarn :)

from react-native-material-menu.

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.