trent-medici
trent-medici
Same here, which just happened after updating my Mac M1 to Sonoma 14.2 today. (It worked yesterday before updating.) ``` $ pkgx +npmjs.com sh × parse error github.com/skystrife/cpptoml │ this...
> `pkgx --sync` should force fix it. can you paste the contents of your `~/Library/Application\ Support/pkgx/pantry/projects/github.com/skystrife/cpptoml/package.yml` first? ``` $ cat ~/Library/Application\ Support/pkgx/pantry/projects/github.com/skystrife/cpptoml/package.yml $ ls -al ~/Library/Application\ Support/pkgx/pantry/projects/github.com/skystrife/cpptoml/package.yml -rw-r--r-- 1 tlarson...
Interesting that it is the ONLY file in the 724 files under that github.com directory that is size 0. ``` $ ls -l ~/Library/Application\ Support/pkgx/pantry/projects/github.com/*/* | grep " 0 "...
> pkgx --sync That worked! Thank you very much.