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
I have tried to follow the notes to bootstrap the dev project, but got some troubles.
pnpm install
I have used pnpm 9.
This updates the lock file so in the end the file is yours, not the one from the project. It's difficult to reproduce the tests.
For other project i use to use.
pnpm install --frozen-lockfile
Unfortunately this fail with the following.
Scope: all 10 workspace projects
ERR_PNPM_LOCKFILE_CONFIG_MISMATCH Cannot proceed with the frozen installation. The current "patchedDependencies" configuration doesn't match the value found in the lockfile
Update your lockfile using "pnpm install --no-frozen-lockfile"
So i fall back updating the lock file.
And while trying the tests
pnpm test
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
So in the end, i don't know what to do.
Is the dev branch broken? My updated lock deps wrong? Or my my computer too small?
Do you occures the same thing? or have any idea what i could try?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have tried to follow the notes to bootstrap the dev project, but got some troubles.
I have used pnpm 9.
This updates the lock file so in the end the file is yours, not the one from the project. It's difficult to reproduce the tests.
For other project i use to use.
Unfortunately this fail with the following.
So i fall back updating the lock file.
And while trying the tests
Maybe related to #4886
So in the end, i don't know what to do.
Is the dev branch broken? My updated lock deps wrong? Or my my computer too small?
Do you occures the same thing? or have any idea what i could try?
Beta Was this translation helpful? Give feedback.
All reactions