We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am trying to install plugin version 7-dev on kibana version 7.5.0. I get the following when I do npm install:
npm ERR! peerinvalid The package vis-util does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants vis-util@^1.1.8 npm ERR! peerinvalid Peer [email protected] wants vis-util@^4.0.0
npm ERR! System Linux 5.3.0-1032-azure npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! cwd /usr/share/kibana/plugins/network_vis npm ERR! node -v v0.10.30 npm ERR! npm -v 1.4.21 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /usr/share/kibana/plugins/network_vis/npm-debug.log npm ERR! not ok code 0
ideas?
--Kerri
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to install plugin version 7-dev on kibana version 7.5.0. I get the following when I do npm install:
npm ERR! peerinvalid The package vis-util does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants vis-util@^1.1.8
npm ERR! peerinvalid Peer [email protected] wants vis-util@^4.0.0
npm ERR! System Linux 5.3.0-1032-azure
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /usr/share/kibana/plugins/network_vis
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/share/kibana/plugins/network_vis/npm-debug.log
npm ERR! not ok code 0
ideas?
--Kerri
The text was updated successfully, but these errors were encountered: