简体   繁体   中英

npm install elasticsearch? version

如果我安装了节点6.11版本和npm 3.10.10版本(出于公司应用的目的需要这些版本),那么我需要安装哪个elasticsearch.js /版本,以便可以将angular与elasticsearch连接起来?

elasticsearch.js has no direct dependency on Node or NPM. Just use npm install elasticsearch and it will grab the latest version of the library.

要将模块安装到现有的Node.js项目中,请使用npm:

npm install elasticsearch

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM