二次開發 Grafana

  1. 下載grafana。
    1. 經過git克隆到本地開發環境
    2. 建立一個分支並切換到須要的版本
    3. 根據官方的安裝步驟進行安裝
    4. 能夠在yarn install --pure-lockfile以後進行npm run build而後啓動grafana:./bin/xxxxx/xxx-server
  2. 報錯處理
    1. go run build.go setup 時報錯:go的開發路徑配置不正確
    2. npm run build 報錯:

      報錯信息:Module build failed: ModuleBuildError: Module build failed: Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.複製代碼
      須要安裝node-sass
    3. npm run watch 報錯:

      報錯信息:This usually happens because your environment has changed since running 'npm install' .複製代碼
      須要執行:npm rebuild node-sass命令
    4. 在打包時發生錯誤:exec: "fpm": executable file not found in $PATH 

      yum install ruby-devel gcc make rpm-build rubygems
      gem install --no-ri --no-rdoc fpm
      fpm --version
      複製代碼

  3. 待續。。。
相關文章
相關標籤/搜索