Branden Cash
Branden Cash
I've currently got this PR targeting master. I was gonna target `next` (like the PR default comment mentions), but that looks like it hasn't been updated since june last year.
Oh...but actually just realized npm doesn't appear to have a cache of packages there anymore. Hence #9 ... guess we need to see how to get to npm's newer cache...
The [npm cache documentation](https://docs.npmjs.com/cli/cache.html) mentions `list`... > Used to add, ***list***, or clean the npm cache folder. But `npm cache list` is not a valid command :\ Edit: Which explains...
Sorry...just pushed another update. It now incorporates an `npm search` to find packages. And it also includes local files in `npm install` which should resolve #5
FYI ... I got this working in #16 ;)
🎉 I can confirm that it works as well! Thank you!
I think is an issue between k9s and warp terminal? It behaves correctly for me on iTerm2 on both an M1 and Intel macbook. I haven't tried warp on my...
Warp just released an update today that resolved this issue for me. @amitpaz can you confirm?
FYI...I've rebased this on to the current master branch so it is able to merged by someone with authority ;) ... @jwilder
The quotes should only be required if you use the advanced syntax. You can still use the old syntax without quotes