rooch-network / rooch

Fully on-chain Application Container with Move Language
https://rooch.network
Apache License 2.0
126 stars 53 forks source link

fix ci #1594

Closed wow-sven closed 1 week ago

wow-sven commented 2 weeks ago

Summary

Summary about this PR

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **rooch** | ⬜️ Ignored ([Inspect](https://vercel.com/rooch/rooch/95JmyU5KAKe6GQhWd6YyH7R9t8Wr)) | [Visit Preview](https://rooch-git-fork-wow-sven-fix-ci-rooch.vercel.app) | | Apr 21, 2024 3:53pm |
jolestar commented 1 week ago

1 package is looking for funding run npm fund for details  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4 Scope: all 11 workspace projects Lockfile is up to date, resolution step is skipped  ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY  Broken lockfile: no entry for 'create-create-app@https://codeload.github.com/holic/create-create-app/tar.gz/74376c59b48a04aabbe94d9cacfe9cb1cecccd63' in pnpm-lock.yaml

This issue is probably caused by a badly resolved merge conflict. To fix the lockfile, run 'pnpm install --no-frozen-lockfile'.

wow-sven commented 1 week ago

1 package is looking for funding run npm fund for details  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4  WARN  This project is configured to use v8.6.6 of pnpm. Your current pnpm is v9.0.4 Scope: all 11 workspace projects Lockfile is up to date, resolution step is skipped  ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY  Broken lockfile: no entry for 'create-create-app@https://codeload.github.com/holic/create-create-app/tar.gz/74376c59b48a04aabbe94d9cacfe9cb1cecccd63' in pnpm-lock.yaml

This issue is probably caused by a badly resolved merge conflict. To fix the lockfile, run 'pnpm install --no-frozen-lockfile'.

This PR is what I used to trigger this error. Due to fixing some SDK and CI bugs on the portal branch, this error was also fixed there.