react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Unable to resolve module `./create-icon-source-cache`

Open AlessioCamm opened this issue 5 years ago • 10 comments

Does someone has the same problem ? I have this problem with my project when I build on XCode

Unable to resolve module "./create-icon-source-cache" from "/Users/eonixpro/Git/Bonobo/Safetify/SafetifyMobileWeb/node_modules/react-native-vector-icons/lib/create-icon-set.js" : The module "./create-icon-source-cache" could not be found from "/Users/eonixpro/Git/Bonobo/Safetify/SafetifyMobileWeb/node_modules/react-native-vector-icons/lib/create-icon-set.js".

I'm using react-native : 0.60.6 & react-native-vector-icons: 6.6.0

AlessioCamm avatar Jul 15 '20 08:07 AlessioCamm

@AlessioCamm I am also facing same issue but on Android Platform. I didn't try iOS.

react-native: 0.61.0 react-native-vector-icons: 6.6.0

saxenanickk avatar Jul 15 '20 08:07 saxenanickk

Previously I was getting some issue related to toolbar-android. I fixed that by removing "^" from react-native-vector-icons: ^6.6.0.

saxenanickk avatar Jul 15 '20 08:07 saxenanickk

Still not solved yet

cisplRejjak avatar Jul 16 '20 11:07 cisplRejjak

any update on this issue?

vishwanath-awate avatar Jul 23 '20 17:07 vishwanath-awate

Experiencing same issue on 6.6.0, having previously been fighting with missing toolbar-android issues.

lucjan avatar Aug 03 '20 23:08 lucjan

me too, How to solve this problem

25juan avatar Sep 14 '20 12:09 25juan

I removed ^ from react-native-vector-icons: ^6.6.0 then npm start --reset-cache

It worked for me

EmreDereli avatar Sep 21 '20 11:09 EmreDereli

I removed ^ from react-native-vector-icons: ^6.6.0 Then deleted pakage-lock and node modules and did npm i again. It worked for me 😄

tambegaurav avatar Sep 27 '20 09:09 tambegaurav

Nothing worked for me but removing the package from package.json and doing a fresh install with npm i --save react-native-vector-icons for getting the latest version (7.1.0)

arkanos avatar Oct 26 '20 13:10 arkanos

I wiped the node_modules and re-did the install (yarn install for me). That did the job.

fabiendem avatar Sep 29 '21 11:09 fabiendem

changing the node version to 14.16.0 resolved the issue for me.

Harisene avatar Jan 12 '23 04:01 Harisene