Closed kaminskypavel closed 4 years ago
this apparently happens with the following module as well
npm ERR! git D:\devl\buidl-tlv-2019\spark-gatway-server\node_modules\lightning-charge\node_modules\lightning-client\node_modules\error: Appears to be a git repo or submodule.
you can read more on the issue here
Thanks for the report!
I checked and the package does not seem to currently have .git
in it.
The error related to the error
package was due to lightning-client
loading it from git and not from the npm registry, but this is no longer the case as of https://github.com/shesek/lightning-client-js/commit/df49c91b0a1b926b8dfa69620956d6ecbc7a2b9b.
@shesek , it looks like the package on npm containing a .git folder. this is breaks any npm installs in the recent versions of npm as you can see