pantry icon indicating copy to clipboard operation
pantry copied to clipboard

+git3

Open mfts opened this issue 2 years ago • 15 comments

git3.sh

mfts avatar Mar 05 '23 16:03 mfts

  • The package.yml file was created
  • A new version of the git3-cli project is available (0.1.3)

what-the-diff[bot] avatar Mar 05 '23 16:03 what-the-diff[bot]

Build fails but works locally. cannot really understand the error. I'm editing the scripts key but not the yarn lockfile.

mfts avatar Mar 05 '23 16:03 mfts

I don't understand this issue: https://github.com/teaxyz/pantry.extra/actions/runs/4366203230/jobs/7635906200#step:6:151

Locally it works on both platforms. I'm changing the scripts in the package.json.

mfts avatar Mar 08 '23 16:03 mfts

no clue from my end

mxcl avatar Mar 16 '23 16:03 mxcl

yarn install --frozen-lockfile?

https://stackoverflow.com/questions/58482655/what-is-the-closest-to-npm-ci-in-yarn

jhheider avatar Mar 16 '23 21:03 jhheider

yarn install --frozen-lockfile?

That should be yarn install --immutable since berry, but when using the --immutable flag, Yarn will throw an error if there's a discrepancy between the yarn.lock file and the package.json file. Not sure why they are out of sync in the first place.

mfts avatar Mar 17 '23 01:03 mfts

Maybe remove the lockfile?

jhheider avatar Mar 17 '23 01:03 jhheider

doesn't like that either

mfts avatar Mar 17 '23 01:03 mfts

maybe some kind of force-update lock file?

jhheider avatar Mar 17 '23 01:03 jhheider

I can only update lock file if i have node_modules and i don't have node_modules because I need to run yarn install first. very strange.

I'm gonna sleep and struggle on tomorrow

mfts avatar Mar 17 '23 02:03 mfts

possibly with npm, though you're supposed to use one or the other, not both.

jhheider avatar Mar 17 '23 02:03 jhheider

Probs worth opening the issue upstream. If you followed their instructions and it doesn't work it's over to them.

mxcl avatar Mar 17 '23 11:03 mxcl

looks like maybe classic.yarnpkg.com might work.

jhheider avatar Apr 02 '23 05:04 jhheider

However, this seems like a problem: https://git3.sh/git3.w3q/git3-cli/src/branch/master/git3.pkg.json. Maybe we can just inject our targets...

jhheider avatar Apr 02 '23 05:04 jhheider

I suspect fix-elf/fix-machos are causing: https://github.com/vercel/pkg/issues/321

jhheider avatar May 03 '23 23:05 jhheider