You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 */);
^
Self-service
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
(note: Firebase is used in the workspace noplus-web)
Environment
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
The text was updated successfully, but these errors were encountered: