enjalot / blockbuilder

Create, fork and edit d3.js code snippets for use with bl.ocks.org right in the browser, no terminal required.
Other
323 stars 59 forks source link

specify node version #236

Closed micahstubbs closed 5 years ago

micahstubbs commented 5 years ago

we should specify the node version required using something like the engines field in package.json or a .nvmrc file

micahstubbs commented 5 years ago

https://docs.npmjs.com/files/package.json#engines

https://medium.com/@faith__ngetich/locking-down-a-project-to-a-specific-node-version-using-nvmrc-and-or-engines-e5fd19144245

micahstubbs commented 5 years ago

ok, think I will specify both an engine entry and a .nvmrc

this is nice, since both nvm and fnm that @pavelloz uses will read a .nvmrc file 👍

https://github.com/Schniz/fnm#features