2017-10-13 5 views
0

Quand je lance ember test je me suis ceEmber n'a pas trouvé veilleur

Could not start watchman

Je peux confirmer que je l'ai installé gardien, quand je lance which -a watchman, je suis

/usr/local/bin/watchman

Am J'ai raté quelque chose?

Fyi

ember -v retour

ember-cli: 2.15.1 
node: 8.6.0 
os: linux x64 
+0

pourrait vous courir $ -v gardien du terminal sans utiliser sudo? –

+0

@YusufIbrahim oui je peux. 'watchman -v' renvoie' 4.9.0' –

Répondre

0

Essayez de réinstaller veilleur

$ git clone https://github.com/facebook/watchman.git 
$ cd watchman 
$ git checkout v4.9.0 # the latest stable release 
$ ./autogen.sh 
$ ./configure 
$ make 
$ sudo make install 

Plus d'info here