Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Spoke git commit #42

Open
EdwardHenryHyde opened this issue Aug 7, 2023 · 3 comments
Open

Error with Spoke git commit #42

EdwardHenryHyde opened this issue Aug 7, 2023 · 3 comments

Comments

@EdwardHenryHyde
Copy link

EdwardHenryHyde commented Aug 7, 2023

Hi,
When I try running the /bin/init command, I am stuck at the yarn install of Spoke. I am on Mac Os, this is the specific error I receive:


[+] Running 1/0
 ⠿ Container hubs-compose-mutagen-1  Running                                                        0.0s
[+] Running 1/1
 ⠿ Container hubs-compose-mutagen-1  Healthy                                                        0.5s
yarn install v1.22.15
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error Couldn't find match for "0f9b0024725f0dd917caa54c2934a4ba1fc12c4f" in "refs/heads/ForTesting,refs/heads/GLTFExporter/aoMap,refs/heads/GLTFExporter/fixEdge,refs/heads/GLTFExporter/parseChunks,refs/heads/GLTFLoader/MOZ_alt_materials,refs/heads/HTTPRangeRequests,refs/heads/MatricesStatistics,refs/heads/dev,refs/heads/feature/ecs,refs/heads/gh-pages,refs/heads/hubs-editor/dev,refs/heads/hubs-editor/gltf-additions,refs/heads/hubs-patches,refs/heads/hubs-patches-133,refs/heads/hubs-patches-141,refs/heads/hubs-patches-147,refs/heads/hubs/dev,refs/heads/hubs/feature/plugin-api,refs/heads/hubs/master,refs/heads/master,refs/heads/meshbasic-phsicallycorrect,refs/heads/spoke/dev-ecs,refs/heads/test-fix-for-yarn-install-issue,refs/tags/r1,refs/tags/r10,refs/tags/r100,refs/tags/r101,refs/tags/r102,refs/tags/r103,refs/tags/r104,refs/tags/r105,refs/tags/r106,refs/tags/r107,refs/tags/r108,refs/tags/r109,refs/tags/r11,refs/tags/r110,refs/tags/r111,refs/tags/r112,refs/tags/r113,refs/tags/r114,refs/tags/r115,refs/tags/r116,refs/tags/r117,refs/tags/r118,refs/tags/r119,refs/tags/r12,refs/tags/r120,refs/tags/r121,refs/tags/r122,refs/tags/r123,refs/tags/r124,refs/tags/r125,refs/tags/r126,refs/tags/r127,refs/tags/r128,refs/tags/r13,refs/tags/r14,refs/tags/r15,refs/tags/r16,refs/tags/r17,refs/tags/r18,refs/tags/r2,refs/tags/r25,refs/tags/r28,refs/tags/r29,refs/tags/r3,refs/tags/r30,refs/tags/r31,refs/tags/r32,refs/tags/r33,refs/tags/r34,refs/tags/r35,refs/tags/r36,refs/tags/r37,refs/tags/r38,refs/tags/r39,refs/tags/r4,refs/tags/r40,refs/tags/r41/ROME,refs/tags/r42,refs/tags/r43,refs/tags/r44,refs/tags/r45,refs/tags/r46,refs/tags/r47,refs/tags/r48,refs/tags/r49,refs/tags/r5,refs/tags/r50,refs/tags/r51,refs/tags/r52,refs/tags/r53,refs/tags/r54,refs/tags/r55,refs/tags/r56,refs/tags/r57,refs/tags/r58,refs/tags/r59,refs/tags/r6,refs/tags/r60,refs/tags/r61,refs/tags/r62,refs/tags/r63,refs/tags/r64,refs/tags/r65,refs/tags/r66,refs/tags/r67,refs/tags/r68,refs/tags/r69,refs/tags/r7,refs/tags/r70,refs/tags/r71,refs/tags/r72,refs/tags/r73,refs/tags/r74,refs/tags/r75,refs/tags/r76,refs/tags/r77,refs/tags/r78,refs/tags/r79,refs/tags/r8,refs/tags/r80,refs/tags/r81,refs/tags/r82,refs/tags/r83,refs/tags/r84,refs/tags/r85,refs/tags/r86,refs/tags/r87,refs/tags/r88,refs/tags/r89,refs/tags/r9,refs/tags/r90,refs/tags/r91,refs/tags/r92,refs/tags/r93,refs/tags/r94,refs/tags/r95,refs/tags/r96,refs/tags/r97,refs/tags/r98,refs/tags/r99" for "https://github.com/MozillaReality/three.js.git".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.```
@minhcd-pivot
Copy link

Using yarn install --frozen-lockfile may solve your problem

@ArdaKonut
Copy link

I'm facing with the same error. Unfortunately, running this command 'yarn install --frozen-lockfile' couldn't resolve the issue. Any ideas on this?

@ArdaKonut
Copy link

@EdwardHenryHyde I was using Windows Subsytem for Linux (WSL2) when I encountered this issue. Then, I have used Git Bash to run the instructions instead, and I have also ensured that I'm using line endings for Unix-like environments. That's how this issue is resolved in my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants