Error trying to build vscode
HiMyNameIsIlNano
kappei84 at gmail.com
Sat Dec 28 14:18:55 UTC 2019
Il ven 27 dic 2019, 20:24 Manish Jain <bourne.identity at hotmail.com> ha
scritto:
> Hi,
>
>
> I am trying to build editors/vscode from ports with all default config
> options on.
>
>
> After a few hours of compilation, I get this :
>
>
> <<
>
> $ yarn --frozen-lockfile --offline
> yarn install v1.16.0
> warning package.json: No license field
> warning vscode-extensions at 0.0.1: No license field
> [1/4] Resolving packages...
> [2/4] Fetching packages...
> error Can't make a request in offline mode
> ("https://registry.yarnpkg.com/typescript/-/typescript-3.7.3.tgz")
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation
> about this command.
>
> >>
>
>
> Does anyone have any idea how to get around this ?
>
>
> --
> Thank you & Regards,
> Manish Jain
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org
If I were you, I would contact the port maintainer and try to find a fix
for that together. I guess that by using the --offline flag the packages
from the project repository are used instead of having them downloaded from
the registry. It might be, that the said package is missing in the
repository and thus the download issue.
Regards.
More information about the freebsd-questions
mailing list