Skip to content

check if npm needs update #35

Open
@jackboberg

Description

After sourcing versions from root package.json (via demeteorizer), we need to check if a new version of npm was requested. Using these properties:

  "engines": {
  	"node": "4.5.0",
  	"npm": "latest"
  }

I get this:

Demeteorization complete.
Now using node v4.5.0 (npm v2.15.9)
deploy -> v4.5.0 *

It looks like we are updating the version, just not printing the right information.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions