-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Exponent example doesn't work with yarn #39
Comments
@julienvincent That's weird. Exponent example works fine for me here. Will check again in a minute. cc @skevy @brentvatne any idea what's happening? |
I'm in the process now of nuking and reinstalling. Internet is in the drain so this gonna take some time :-< |
@julienvincent Use yarn :) |
I did initially, thats why I'm using npm now to see if it was maybe yarns fault |
Hmm, |
Try with |
I'm running |
ran with
Doesn't look like connection issue but perhaps. |
Gave up on the Exponent outputs this when running the packager:
I have a feeling that the problem with running the example and the problem with |
ok, so seems the example doesn't work with yarn. but |
I just republished the example to exponent successfully at https://getexponent.com/@satya164/react-native-tab-view-demos seems some issue with your machine and npm? |
Ok cool so I just need to get it going with |
Still hanging :< what node version are you running? |
@julienvincent Weird. I've 5.12.0 |
Let me try |
Ah - |
@julienvincent Ok, will do. Weird that v6 won't work |
@satya164 Ok so the install finished - example is working well but not gonna close this quite yet - We should figure out why it isn't working with yarn. I think the hanging on node 6 is most likely just due to my machine/web, but it would be good to get this working with yarn. probably just a missing dep install or something |
It's a yarn issue with local and git dependencies. So I'm going to close this one. |
Is it resolvable though? It would be nice to be able to use yarn with this. |
@julienvincent unfortunately it has to be fixed in yarn. we can't do anything to fix it.
|
@satya164 Can you describe which package.json properties within this project are causing the issue? I'm asking as I have used git packages with yarn before with no problem and would like to isolate this and open an issue with yarn if needed. |
@julienvincent I've seen that yarn caches packages according to just the version, irrespective of where it's installed from. For example, if it has a cache of |
Ah I see. 👍 Lets hope it gets 'fixed' or changed soon. |
So I'm attempting to get the example running on my local machine but am having trouble running the example on my iOS sim.
On the device I get the following error:
undefined is not an object (evaluating 'meta.fileHashes')
And in Exponent logs I am getting the following stack:
The text was updated successfully, but these errors were encountered: