Replies: 2 comments
-
Hello @raue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @raue , our project does not depend on LFS anymore, therefore this issue will not happen again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Upon executing 'yarn install' I get following error message which doesn't tell anything to me, therefore I'm looking for support here:
$ yarn install
Syntax Error: Unexpected identifier 'https'
version https://git-lfs.github.com/spec/v1
^^^^^
SyntaxError: Unexpected identifier 'https'
at wrapSafe (node:internal/modules/cjs/loader:1486:18)
at Module._compile (node:internal/modules/cjs/loader:1528:20)
at Object..js (node:internal/modules/cjs/loader:1706:10)
at Module.load (node:internal/modules/cjs/loader:1289:32)
at Function._load (node:internal/modules/cjs/loader:1108:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Module.require (node:internal/modules/cjs/loader:1311:12)
at require (node:internal/modules/helpers:136:16)
at u3 (C:\Users\auer\AppData\Local\node\corepack\v1\yarn\3.6.3\yarn.js:390:12580)
Looks like yarn is somehow broken. Upon entering 'yarn' everything seems to be ok:
D:>yarn
! Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.22.tgz
? Do you want to continue? [Y/n]
yarn install v1.22.22
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.10s.
But after that, yarn seems not working at all and throws the error listed above.
Any idea what goes wrong?
System: Windows 11 Enterprise (32H1)
Node.js: 22.14.0
corepack: 0.31.0
Beta Was this translation helpful? Give feedback.
All reactions