Openpgpjs: Get install error when use npm i openpgp at windows

Created on 10 Jun 2018  路  4Comments  路  Source: openpgpjs/openpgpjs

Hi I got error when I install openpgp with NPM at windows.

C:\Users\User>npm -v
6.1.0

C:\Users\User>npm i openpgp
npm ERR! code ENOGIT
npm ERR! Error while executing:
npm ERR! undefined ls-remote -h -t ssh://[email protected]/openpgpjs/compressjs.git

npm ERR!
npm ERR! undefined
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.

Thanks.

Peter

All 4 comments

Are you able to npm install anything else? Looks like a npm/git setup issue. See https://stackoverflow.com/questions/26620312/installing-git-in-path-with-github-client-for-windows

Hi
Could you guys make this project's install easy and no need git installed.
Because we looks need face to how to install Git to Android when we try develop our project to Android.
Peter

This issue could be closed

Was this page helpful?
0 / 5 - 0 ratings