You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...]
Error from chokidar (/var/lib/grafana/plugins/globalnoc-worldview-panel): Error: ENOSPC: System limit for number of file watchers reached, watch '/var/lib/grafana/plugins/globalnoc-worldview-panel/.prettierrc.js'
Error from chokidar (/var/lib/grafana/plugins/globalnoc-worldview-panel): Error: ENOSPC: System limit for number of file watchers reached, watch '/var/lib/grafana/plugins/globalnoc-worldview-panel/CHANGELOG.md'
Error from chokidar (/var/lib/grafana/plugins/globalnoc-worldview-panel): Error: ENOSPC: System limit for number of file watchers reached, watch '/var/lib/grafana/plugins/globalnoc-worldview-panel/LICENSE'
[...]
which can be circumvented by increasing sysctl fs.inotify.max_user_watches
Problem
Unable to install plugin on Centos7
Environment
Steps to reproduce
git clone
(to /var/lib/grafana/plugins/globalnoc-worldview-panel)yarn install
fails with c++ issues:Workaround
As suggested in https://stackoverflow.com/questions/67241196/error-no-template-named-remove-cv-t-in-namespace-std-did-you-mean-remove : Downgrading nodejs to a version below 16 could help. I tested this and it works.
Suggestion
Following issue sass/node-sass#3077 and add compatibility to the current nodejs-Version
The text was updated successfully, but these errors were encountered: