Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

ERROR watch... ENOSPC #55

Closed
quoniammm opened this issue May 26, 2016 · 47 comments
Closed

ERROR watch... ENOSPC #55

quoniammm opened this issue May 26, 2016 · 47 comments

Comments

@quoniammm
Copy link

my system is android 4.4.4.

i use react-native start,but there are some problems,who can tell me why?

thank you very much.

 ERROR  watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl ENOSPC
{"code":"ENOSPC","errno":"ENOSPC","syscall":"watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl","filename":"/home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl"}
Error: watch /home/quoniam/myRNStudy/f8app/node_modules/react-native-linear-gradient/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl ENOSPC
    at exports._errnoException (util.js:953:11)
    at FSWatcher.start (fs.js:1423:19)
    at Object.fs.watch (fs.js:1450:11)
    at NodeWatcher.watchdir (/home/quoniam/myRNStudy/f8app/node_modules/sane/src/node_watcher.js:144:20)
    at Walker.<anonymous> (/home/quoniam/myRNStudy/f8app/node_modules/sane/src/node_watcher.js:353:12)
    at emitTwo (events.js:106:13)
    at Walker.emit (events.js:191:7)
    at /home/quoniam/myRNStudy/f8app/node_modules/walker/lib/walker.js:69:16
    at /home/quoniam/myRNStudy/f8app/node_modules/graceful-fs/graceful-fs.js:142:16
    at /home/quoniam/myRNStudy/f8app/node_modules/graceful-fs/graceful-fs.js:142:16
@ask007learning
Copy link

I am using Ubuntu and getting same error. Were you able to fix it ?

@quoniammm
Copy link
Author

@ask007java this maybe the problem of watchman.it has watched too many file.if it is,cancel the limit

@geraintwhite
Copy link

Without using watchman, this can be fixed by increasing the number of inotify watches using echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

@cyberhck
Copy link

@grit96 You saved my day, was about to go back to native android away from react stuff :)

@exequieldemaio
Copy link

@grit96 thank you

@samuelna
Copy link

samuelna commented Dec 8, 2016

@grit96 AWESOME! I've been looking for the whole day to fix it!

@elderSword
Copy link

@grit96 thank you

@porta8080
Copy link

@grit96 you sir is a real genious. does anyone know the cause of this problem? error always occur in differente packages for me eveytime it happens (if I don't reboot, it won't stop). @grit96 answer solved the problem

@aitchkhan
Copy link

Saved my day, Thanks. @grit96

@quoniammm
Copy link
Author

the problem is solved.so i closed this issue.

@iboxgithub
Copy link

Thank you SO MUCH

@nehapraksh
Copy link

Thanks a lot !

@NourBesbes
Copy link

Thanks 👍

@prakasa1904
Copy link

awesome, thanks a lot

@VahidBo
Copy link

VahidBo commented Apr 11, 2017

@grit96 Great

@valentinancy
Copy link

thanks hehe

@johnreytanquinco
Copy link

johnreytanquinco commented May 5, 2017

perfect! :D Thanks you @grit96 !

Documentation here.

@bas-innovations
Copy link

@grit96 Worked for me. Thanks!

@senowijayanto
Copy link

Thanks @grit96

@mistryhiren94
Copy link

thanks @grit96

@akshayaggarwal99
Copy link

Thanks @grit96

@jayskie712
Copy link

thanks.. ur a great help men @grit96

@defoishugo
Copy link

Thanks @grit96 ! 👍

@mobihack
Copy link

Thanks @grit96 👍 ❤️ 😍

@sal-pal
Copy link

sal-pal commented Oct 17, 2017

Thank you!!!!!

@Ialimijoro
Copy link

Thanks a lot @grit96

@dev-sabbir
Copy link

@grit96 you are a lifesaver ... thanks!!!

@ahmedtehseen
Copy link

ahmedtehseen commented Jan 18, 2018

Thanks man @grit96

@simo97
Copy link

simo97 commented Mar 5, 2018

@grit96 you are a legend thanks dude !!!

@ujjwalagrawal17
Copy link

@grit96 Thanks. Works perfectly.

@aquibyatoo
Copy link

thanx buddy

@ghost
Copy link

ghost commented Jul 16, 2018

thanks a lot

@christopherganda
Copy link

@grit96 You saved my day! Thanks bruh

@hiralicubes
Copy link

@grit96
Thanks a lot!

@escalepion
Copy link

You are hero, you are Chuck Norris, you are Superman without tights !!!

@ghost
Copy link

ghost commented Sep 18, 2018

@grit96 You saved my day...Thanks a lot

@rutsatz
Copy link

rutsatz commented Sep 26, 2018

And you keep saving lives! Thank you!

@Manish3323
Copy link

Thank You!!!....

@wicaker
Copy link

wicaker commented Feb 23, 2019

Without using watchman, this can be fixed by increasing the number of inotify watches using echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Thank you grit96 you save my life

@JRSgit
Copy link

JRSgit commented Apr 15, 2019

@grit96 Muito Obrigado,
thank you very much

@srikanthguttula
Copy link

Without using watchman, this can be fixed by increasing the number of inotify watches using echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

after executing this command the error gone
tq

@alemkhodadadi
Copy link

@grit96 you saved my day man! thanks

@chaurasiawadh
Copy link

I am using Ubuntu and getting same error. Were you able to fix it ?

same to you

@harimhetre
Copy link

harimhetre commented Jul 16, 2019

Without using watchman, this can be fixed by increasing the number of inotify watches using echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

This worked for me...thanks a lot man

@bhayward93
Copy link

Much appreciated @grit96

@acaciomartins
Copy link

Tks!!!

@ShailTiwari
Copy link

This worked for me...thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests