justclint

Results 6 comments of justclint

Not sure if you go this figured out already but heres some docs on the tests directory. https://docs.acquia.com/blt/developer/testing/#test-directory-structure

Experiencing this as well. In the process up upgrading from version 2.7 to latest. Got all the twig functions and filters migrated to new version and finally building now. But...

Im also experiencing this. It appears that it sorts by filter name first and then the data-path. I setup a codepen to illustrate: https://codepen.io/justclint/pen/mdPERRL You will notice I copied one...

Thanks, after removing older path to lando `/usr/local/bin/lando`, then reinstalling, which now is in `/User/myusername/.lando/bin/lando`, the cli updated successfully and now on beta.20.

in the meantime, this work around is working: https://stackoverflow.com/questions/58108809/versioning-information-could-not-be-retrieved-from-the-nuget-package-repository ``` node_fetch_1.default(`${versionsUrl}${selectedPackageName.toLowerCase()}/index.json` ```

Ran into this again when trying to update cli to v3.21.0 from v3.21.0-beta. Only solution that seems to work for me is to just reinstall lando. `/bin/bash -c "$(curl -fsSL...