-
-
Notifications
You must be signed in to change notification settings - Fork 271
[Android] last git version won't install or compile #332
Comments
Hi @rborn this is likely due to the NPM build/publishing process. You'll need to install via NPM as per the instructions. But if you can't do that then you could copy the NPM folder and upload it to your own fork or something. |
Hi @bradleyflood, thanks for replying. I am trying to fix it in my fork but please reopen the issue as it doesn't compile and there are errors in the java code (on it, will open a PR as soon as I have it solved) |
Hi @rborn take a look at this commit here in my dev fork. These are the files that are generated when running the build commands. These are the files you are missing. Why not just use NPM? |
The missing files are for typescript, which is fine, I can leave without them :) but there are errors in java and won't compile. And the npm version is 4 months old, not the current one, is not yet published 😄 https://www.npmjs.com/package/react-native-music-control |
Haha ok awesome you understand this situation better than I do. Let's re-open it and look into it. Sorry my bad! |
@bradleyflood ok, PR done It is a mix between other commits and this fix
I installed from my fork and compiled the app, all works :) |
Thanks @rborn merged and released in Good job mate! |
Description
Hi everyone,
I'm trying to use the git version but I'm hitting a wall.
A simple
npm install git://github.com/tanguyantoine/react-native-music-control.git
will give me some tsc errorsAnd if I try to install ignoring the scripts, it won't compile
Platform ?
Thank you!
The text was updated successfully, but these errors were encountered: