codefordenver/encorelink

Define specific Node.js version

Closed this issue · 2 comments

wdoug commented

As a developer, I would like a consistent node.js version across all environments, so features are predictable on everyone's machines and in production.

Add this to:

  • engines key in package.json
  • Readme
  • .travis.yml
  • .nvm file (for those that have nvm for versioning node)
wdoug commented

Do we want to specify the latest version?

wdoug commented

Oh, it looks like we already specify the version in package.json. We should make sure these are consistent.