I tried to install expo
after I executed the command exp start
but I got:
Something went wrong installing the "sharp" module
Cannot find module '../build/Release/sharp.node'.
How can I fix this problem?
I am not using expo but faced this issue in react native.
All I did is "deleted node_modules/sharp" folder.
run npm install
.
fixed the issue.