itsthatguy / itsthatguy/generator-spire
Specify a node/npm version
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
In order to easily move the project between environments (local dev, heroku, CI, etc.), I want to know which version of node and npm the project is meant to run under.
I know that heroku [looks for](https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version) an `engines` section in the package.json, but I am unsure if this is the most portable solution.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with package.json and the issue's Heroku reference, then inspect the repository's existing environment and deployment configuration. Determine where the intended Node and npm versions should be specified for local development, Heroku, and CI; the work is done when those environments have a clear, portable version declaration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100