Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

vulcan update fails #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

vulcan update fails #52

wants to merge 1 commit into from

Conversation

mojodna
Copy link

@mojodna mojodna commented Apr 3, 2013

One of the upstream dependencies (request) now requires at least Node 0.8.x:

       npm ERR! Not compatible with your version of node/npm: request@2.16.6
       npm ERR! Required: ["node >= 0.8.0"]
       npm ERR! Actual:   {"npm":"1.1.4","node":"0.6.20"}

Uses the versions from node_modules instead of fetching latest ones.

Fixes heroku#52
@mojodna
Copy link
Author

mojodna commented Apr 3, 2013

Using npm shrinkwrap to shrinkwrap the vendored node_modules fixes this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant