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
When using the 02packages resolver with a minicpan on the local filesystem, I accidentally forgot the file:// prefix. cpm install appeared to mostly work except it would fail on FETCH for no specific reason due to Menlo::CLI::Compat thinking that the URI should be requested using the HTTP mirroring rather than the file mirroring. It took embarrassingly long time for me to figure out what was wrong.
The text was updated successfully, but these errors were encountered:
When using the 02packages resolver with a minicpan on the local filesystem, I accidentally forgot the
file://
prefix.cpm install
appeared to mostly work except it would fail onFETCH
for no specific reason due toMenlo::CLI::Compat
thinking that the URI should be requested using the HTTP mirroring rather than the file mirroring. It took embarrassingly long time for me to figure out what was wrong.The text was updated successfully, but these errors were encountered: