Richard Collins

Results 2 comments of Richard Collins

> @Ravenstine `nvm` absolutely does not support `.node-version`, quite intentionally. You can make nvm support `.node-version` in a project by making `.nvmrc` a symlink to `.node-version`.

> There is a way of pushing to some specific branch (and creating it) with `sl push --to "my-branch-name"`. For local development, instead of branches you can use bookmarks. Certainly...