xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 609 forks source link

NPM install failing due to missing file #421

Open clmcgrath opened 5 years ago

clmcgrath commented 5 years ago

Receiving the following error on install

npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename 'D:\dev\react-native\demo\DisasterTracker\node_modules\react-native-material-design-styles' -> 'D:\dev\react-native\demo\DisasterTracker\node_modules\.react-native-material-design-styles.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
assetcorp commented 5 years ago

Hey @clmcgrath , I suggest you clear your npm cache and try again. If you want to be sure the problem is not related to NPM, delete the node_modules folder, clear your NPM cache and rum npm i again to see if it works.

hntvip commented 4 years ago

I guess this issue relate to your version of modules in your packages. Make sure u update lasted version as intruction of material design document.