Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 07:42:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242936] editors/vscode: Fails to build: yarn attempts to fetch dependency in offline mode (typscript)
Message-ID:  <bug-242936-7788-mt3C8ilGjK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242936-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242936-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242936

--- Comment #5 from Hiroki Tagato <tagattie@yandex.com> ---
(In reply to bourne.identity@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 p=
ath
may have something to do with the error.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242936-7788-mt3C8ilGjK>