Skip to content

Nightly builds don't work with npm packages that specify minimum node version #2223

@kornelski

Description

@kornelski

npm i [email protected]
npm ERR! Darwin 14.4.0
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "i" "[email protected]"
npm ERR! node v2.3.5-nightly20150715f95f9ef6ea
npm ERR! npm v2.12.1
npm ERR! code ENOTSUP

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":">= 0.10"}
npm ERR! notsup Actual: {"npm":"2.12.1","node":"2.3.5-nightly20150715f95f9ef6ea"}

I guess this is because npm doesn't understand versions such as "2.3.5-nightly20150715f95f9ef6ea". The problem does not occur in iojs release version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    npmIssues and PRs related to the npm client dependency or the npm registry.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions