-
Notifications
You must be signed in to change notification settings - Fork 87
Cannot runt Metro Bundler: Something went wrong installing the "sharp" module #28
Comments
I had the same issue. Removing the package from my local dependencies worked fine, I guess I'll just use the package globally from now on. |
I am getting this as well when I Archive. |
Same problem here. Also removed the package to solve. |
That is probably not a problem with this lib. My problem was that I changed the node version with nvm but I didn't change the default version that nvm is using. So I installed sharp on 14.15.0 and tried to use it on 10.15.3. I fixed the default version to be the one that I want. Restarted my mac, rm -rf node-modules and then everything worked. Also removed the other versions of node that I had. |
@thinklinux I don't think this is a problem with this lib, but with the version of Sharp this lib is using. If I remove react-native-make, everything builds fine, even if I install the latest version of Sharp. Has anyone tried upgrading the version of Sharp used in this lib? |
This would probably be fixed by merging this PR (which upgrades sharp): #54 |
I installed
react-native-make
byI run the the commands to generate icons and success both for android and for ios. I test the Apps, no problems on android, but when I run ios I get:
I I removed the package
npm remove @bam.tech/react-native-make
and all worked fine.After some days I noticed that I run the installation command giving
--save
option instead of-D
. Could be this the problem? Unfortunately until next Monday I have no access to dev pc, so I have no chances to try it just now.I could wait until Monday to check, but if someone could confirm immediately that the problem could be this, on Monday I will have more time to do other things.
The text was updated successfully, but these errors were encountered: