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

[Bug?]: Yarn doesnt want to Link Firebase #6512

Open
1 task
JackatDJL opened this issue Sep 18, 2024 · 0 comments · May be fixed by #6536
Open
1 task

[Bug?]: Yarn doesnt want to Link Firebase #6512

JackatDJL opened this issue Sep 18, 2024 · 0 comments · May be fixed by #6536
Labels
bug Something isn't working

Comments

@JackatDJL
Copy link

Self-service

  • I'd be willing to implement a fix

Describe the bug

Ive Recently Switched to Yarn from pnpm
Reinstalling my node_modules and the other stuff from scratch.

But for some reason a subcomponent of Firebase doesnt want to get linked and throws errors

To reproduce

  1. Load my Repo
  2. run yarn
    (note: Firebase is used in the workspace noplus-web)

Environment

jackr@Jacks-PC MINGW64 /d/dev/NoPlus (v1-Development)
$ yarn dlx -q envinfo --preset jest
Internal Error: ENOENT: no such file or directory, open 'C:\Users\jackr\AppData\Local\Temp\xfs-2c1a7db1\dlx-6360\apps\web-app\.env.local'
Error: ENOENT: no such file or directory, open 'C:\Users\jackr\AppData\Local\Temp\xfs-2c1a7db1\dlx-6360\apps\web-app\.env.local'

- Windows
- intel xeon
- radeon rx580
- 32gb ram
- node version v20.11.1
- yarn v 4.5.0
-

Additional context

jackr@Jacks-PC MINGW64 /d/dev/NoPlus (v1-Development)
$ yarn
➤ YN0000: · Yarn 4.5.0
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 0s 757ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ noplus-web@workspace:apps/Web-App doesn't provide @babel/core (p5c8c0), requested by @babel/preset-typescript and other dependencies.
➤ YN0002: │ noplus-web@workspace:apps/Web-App doesn't provide @testing-library/dom (pd4bb7), requested by @testing-library/react.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 1546 packages were added to the project (+ 233.46 MiB).
➤ YN0000: └ Completed in 26s 255ms
➤ YN0000: ┌ Link step
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

[Error: UNKNOWN: unknown error, link 'D:\dev.yarn\berry\index\a1\a1e9c52af8059502374c7d5be53fee0ba63343a8.dat' -> 'D:\dev\NoPlus\node_modules.store@firebase-app-check-virtual-f5a75c0d28\package\dist\test\setup.d.ts'] {
errno: -4094,
code: 'UNKNOWN',
syscall: 'link',
path: 'D:\dev\.yarn\berry\index\a1\a1e9c52af8059502374c7d5be53fee0ba63343a8.dat',
dest: 'D:\dev\NoPlus\node_modules\.store\@firebase-app-check-virtual-f5a75c0d28\package\dist\test\setup.d.ts'
}

Node.js v20.11.1

@JackatDJL JackatDJL added the bug Something isn't working label Sep 18, 2024
@askadityapandey askadityapandey linked a pull request Oct 3, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant