Whitney Young

Results 94 comments of Whitney Young

If #17 is completed, this may be less likely to change. It would complicate the code base to support `.nvmrc` as well as `package.json`.

@mockdeep the only concern now is that [`avn` searches for files containing version information](https://github.com/wbyoung/avn/blob/293fc8f/bin/avn.sh#L69). That function would need to be updated to scan for `package.json` and only consider it to...

@eiriklv no shortcomings with `avn`, but the way that it works is to look at the installed versions that are available on the machine rather than attempting to install the...

@eiriklv that's more or less the intention, but without support from `n` and `nvm`, this tool won't be able to handle something like `>= 0.12

@Kikobeats this is still in the discussion phase — implementing this will require a decent number of changes. It also requires that we make decisions that are logical and appropriate...

@sodatea still discussing, but I'm leaning toward it being a good idea. I'm happy to accept a PR, but we still do need to figure out what key it should...

@dmitriyaa I'm still at a point of not feeling convinced either way as to whether it's a good idea or a bad one.

I understand the point of wanting to optimize this, but I'm reluctant to make this change for a few reasons: 1) The process of activating a version of node could...

@edsfocci I just stumbled across [this resolution of init scripts by `yarn`](https://github.com/yarnpkg/website/blob/a97cfd7a2bba8b40fe95e7339d993aec309cdaf2/install.sh#L122-L146). It seems as though they'd probably have worked out most platform idiosyncrasies and it does seem quite simple.

@duckontheweb if you want a reference point to work from, this [other project I created](https://github.com/wbyoung/babel-plugin-transform-postcss) has [configuration for `babel`](https://github.com/wbyoung/babel-plugin-transform-postcss/blob/52297f4905476d4beccea07c0512776247b27648/package.json#L8-L9) including [some test setup](https://github.com/wbyoung/babel-plugin-transform-postcss/blob/52297f4905476d4beccea07c0512776247b27648/package.json#L7) and [configuration](https://github.com/wbyoung/babel-plugin-transform-postcss/blob/52297f4905476d4beccea07c0512776247b27648/package.json#L15-L37).