Hi all,

I try to build zeppelin in 0.10-branch or master. When I run this command
`npm install --no-lockfile` in zeppelin-web dir, throw the following error.
and I run `mvn clean install -Dskiptests` in project dir throw the
following error too.

```
npm ERR! code 1
npm ERR! git dep preparation failed
npm ERR! command /Users/ada/.nvm/versions/node/v16.14.0/bin/node
/Users/ada/.nvm/versions/node/v16.14.0/lib/node_modules/npm/bin/npm-cli.js
install --force --cache=/Users/ada/.npm --prefer-offline=false
--prefer-online=false --offline=false --no-progress --no-save --no-audit
--include=dev --include=peer --include=optional --no-package-lock-only
--no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code ETARGET
npm ERR! npm ERR! notarget No matching version found for fedops-grafana-api@
^2.0.0.
npm ERR! npm ERR! notarget In most cases you or one of your dependencies
are requesting
npm ERR! npm ERR! notarget a package version that doesn't exist.
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR!
/Users/ada/.npm/_logs/2022-03-29T03_49_17_980Z-debug-0.log

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ada/.npm/_logs/2022-03-29T03_41_06_493Z-debug-0.log
```

I can not find ` fedops-grafana-api@^2.0.0`, what is that?

Reply via email to