Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2021 16:29:44 +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-OHYHpCsrHz@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

Jacques Foucry <jacques+freebsdbugzilla@foucry.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacques+freebsdbugzilla@fou
                   |                            |cry.net

--- Comment #17 from Jacques Foucry <jacques+freebsdbugzilla@foucry.net> ---
Hello,=20

Seems to came back with latest version (1.53.2):

I had to change
`/usr/ports/editors/vscode/work/vscode-1.53.2/build/npm/postinstall.js` fil=
e,
line 24 from:

```
const passargs =3D ['--ignore-optional', '--frozen-lockfile', '--ofiline-mo=
de',
'--no-progress', '--verbose'];

```
into
```
const passargs =3D ['--ignore-optional', '--frozen-lockfile', '--no-progres=
s',
'--verbose'];
```

IE, remode `--offline-mode``

Sorry to reopen this issue.

Jacques Foucry

--=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-OHYHpCsrHz>