Jon Ruskin
Jon Ruskin
@jgeurts I've hit a wall in how to get useful information out of yarn's CLI that perhaps you might be more knowledgable on? When I call `yarn list` from a...
thanks for the repro - taking a look!
@villelahdenvuo in this case, the errors being reported by licensed are actually coming from npm. I set up a quick repro for the above setup and got the same errors...
:wave: sorry for the delayed response @ja2081, I've unfortunately been very busy the past few days. The first thing to check is that any dependencies which can be installed locally...
@lowlighter I've not heard of deno until now 😄 . Can you provide any examples of, or links to documentation for, 1. how to enumerate which dependencies a project has...
but generally yes, assuming there is either a CLI or a known file format or local storage structure for used to describe dependencies then deno support can be added! I'd...
> But the tricky part is to trim the modules subpaths (e.g. /testing/asserts.ts in the example above). From what I've seen, a package is always versionned and contains a @...
> Since dependencies are not stored entirely locally I guess it makes the search more difficult. Licenses could be fetched on multiple urls using the same logic you said about...
@yugoPanorama it looks like you want to use licensed with a local ruby installation - is there any reason you're not using the [ruby gem distribution of licensed](https://rubygems.org/gems/licensed/versions/3.4.0) and installing...
what errors are you seeing from `apt-get install cmake pkg-config`? I might be able to help there as I've had to work through similar issues in the past, but my...