Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .nvmrc. #2

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Add .nvmrc. #2

merged 1 commit into from
Dec 26, 2023

Conversation

n-rook
Copy link
Owner

@n-rook n-rook commented Dec 26, 2023

nvm is a piece of software which manages NodeJS and NPM versions. An .nvmrc specifies the version of Node to use. This is not really required; we are not actually using a Node webserver to host the site, just to build it. But it's convenient to have around in case you already are using nvm for other things.

nvm is a piece of software which manages NodeJS and NPM versions.
An .nvmrc specifies the version of Node to use. This is not really
required; we are not actually using a Node webserver to host the site,
just to build it. But it's convenient to have around in case you
already are using nvm for other things.
@n-rook n-rook merged commit 027a70e into main Dec 26, 2023
@n-rook n-rook deleted the nrook/nvm branch December 26, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant