Open rugk opened 5 years ago
@rugk Which version of node.js are using?
v10.16.3
BTW "Kein Git-Repository:" means "No git repository:". And then there is this strange path with useless ..
's
Any news? @mwittig
The problem is, add-on reviewers from Mozilla (addons.mozilla.org) are putting up pressure here, because they cannot build the lib I use, because of this.
Note this is the same issue as https://github.com/mwittig/npm-license-crawler/issues/39
ping?
Any news or updates? Is there a workaround? @rugk @mwittig
A workaround is to remove this module from your dev dependencies (in packages.json
) and install it manually, only if needed.
I just had a similar problem when git was not installed in a docker container.
The cause was that the dependency to the licence-checker is a git link:
The solution was to install git in the container
Solved! Installed git, opened GIT CMD and navigated to my project by cd command. Then run the command of installing it. Simple cmd was not able to install this git based library. My path wasn't set too. Maybe that's the reason I was getting this error.
With this module included as a dev dependency, I get these errors:
or
For a full issue description, see https://github.com/rugk/emoji-mart-embed/issues/4, potential solution: https://github.com/mwittig/npm-license-crawler/issues/39