Whitney Young

Results 94 comments of Whitney Young

@duckontheweb yup, sound great!

@hiendv yes, we should do one of two things: - Support it - Simply notice that it's an alias and ignore it The idea behind `nvm` is to establish a...

@ljharb right, which is why I don't want to do anything silly if we read those files (which we do during directory traversal). `avn`, though, was created with the intention...

@ljharb previously a `.node-version` file, but after https://github.com/wbyoung/avn/issues/17 was addressed, it's really either an `.nvmrc` or `.node-version` file. I understand that this isn't perfect and that it also doesn't really...

@ljharb okay, we'll try to support it. Also, if there's little point in putting a version number in that file, [the docs](https://github.com/creationix/nvm#nvmrc) should probably be updated when you do support...

@ljharb thanks. To support this, we'll need to update `avn-nvm` which receives the version in the [`match` function](https://github.com/wbyoung/avn-nvm/blob/fbaf735d0fab37347a861696090387f54f2446bd/index.js#L147) and either use the [command listed above](https://github.com/wbyoung/avn/issues/43#issuecomment-232760643) to convert to a real...

@duckontheweb please do!

I think this is something that will be somewhat difficult to fix "correctly". Here are a few related issues that may further the discussion here: - #43 - #53 -...

@ljharb does that traverse from `CWD`?

@ljharb thanks. So `avn` should be able to use that to read the file rather than making any assumptions. @lachlanhunt if you want to take a stab at that a...