Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

respect .node-version if .nvmrc isn't there. #79

Closed
fool opened this issue Sep 1, 2017 · 0 comments
Closed

respect .node-version if .nvmrc isn't there. #79

fool opened this issue Sep 1, 2017 · 0 comments
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality

Comments

@fool
Copy link
Contributor

fool commented Sep 1, 2017

@biilmann suggested this was reasonable

I suggest something like if [ ! .nvmrc ] ; then if [ .node-version ] use .node-version type processing, so we don't make a breaking change to anyone using nvmrc and happening to have a conflicting .node-version file

levibuzolic added a commit to levibuzolic/build-image that referenced this issue Jan 22, 2018
Quick attempt to resolve netlify#79 - allowing the use of `.node-version` files when `.nvmrc` isn't present.
@verythorough verythorough added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Feb 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

No branches or pull requests

2 participants