[Bug 242936] editors/vscode: Fails to build: yarn attempts to fetch dependency in offline mode (typscript)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 30 07:42:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242936

--- Comment #5 from Hiroki Tagato <tagattie at yandex.com> ---
(In reply to bourne.identity at hotmail.com from comment #4)

I still can't reproduce the error. But can you try the following procedure?

1. make patch

2. edit ${WRKSRC}/.yarnrc
Change the line:
yarn-offline-mirror "/usr/ports/editors/vscode/work/yarn-offline-cache"
to:
yarn-offline-mirror "../yarn-offline-cache"

3. make build

Accoding to the URL:
https://yarnpkg.com/en/docs/yarnrc#toc-yarn-offline-mirror, the value of
"yarn-offline-mirror" must be a relative path and having used an absolute path
may have something to do with the error.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list