2017-11-02 13 views
0

例では、ExtReactをインストールしました。私はエラー "inotify時計のユーザー制限に達しました"。 ExtReactビルド

npm start 

を実行すると、私はエラーを取得する:

ERROR in [@extjs/reactor-webpack-plugin]: Error: 
[ERR] BUILD FAILED 
[ERR] com.sencha.exceptions.BasicException: User limit of inotify watches 
reached 
[ERR] 
[ERR] Total time: 13 seconds 

[ERR] /home/user/project/build/ext-react/build.xml:101: 
com.sencha.exceptions.BasicException: User limit of inotify watches reached 
[ERR] A log is available in the file "/home/user/project/build/ext- 
react/sencha-error-20171027.log" 

このエラーを修正する方法は?

答えて

0

私はこの問題を/etc/sysctl.confを編集して解決しました。ファイルに追加しました

fs.inotify.max_user_watches=100000 
関連する問題