Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated dependency bl causing install failure #46

Open
kumavis opened this issue Nov 1, 2015 · 8 comments
Open

Outdated dependency bl causing install failure #46

kumavis opened this issue Nov 1, 2015 · 8 comments

Comments

@kumavis
Copy link

kumavis commented Nov 1, 2015

here's my install failure on v0.12

╭─kumavis@xyzs-MacBook-Pro  ~/dev/dapp-sandbox ‹node-v0.12.7›  (master*) 
╰─$ npm i -g disc
/Users/kumavis/.nvm/versions/node/v0.12.7/bin/discify -> /Users/kumavis/.nvm/versions/node/v0.12.7/lib/node_modules/disc/bin/discify
/Users/kumavis/.nvm/versions/node/v0.12.7/lib
└─┬ [email protected] 
  ├─┬ [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├── [email protected] 
  │ │   └── [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── UNMET PEER DEPENDENCY stream-browserify@*
  ├── [email protected] 
  └── [email protected] 

npm WARN EPEERINVALID [email protected] requires a peer of stream-browserify@* but none was installed.

@kumavis
Copy link
Author

kumavis commented Nov 1, 2015

╭─kumavis@xyzs-MacBook-Pro  ~/dev/dapp-sandbox ‹node-v0.12.7›  (master*) 
╰─$ npm -v                                                                                                                                                                                 127 ↵
3.3.3

@kumavis
Copy link
Author

kumavis commented Nov 1, 2015

works on node 4

╭─kumavis@xyzs-MacBook-Pro  ~/dev/dapp-sandbox ‹node-v0.12.7›  (master*) 
╰─$ nvm use 4      
Now using node v4.0.0 (npm v2.14.2)
╭─kumavis@xyzs-MacBook-Pro  ~/dev/dapp-sandbox ‹node-v4.0.0›  (master*) 
╰─$ npm i -g disc
npm WARN peerDependencies The peer dependency stream-browserify@* included from bl will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
/Users/kumavis/.nvm/versions/node/v4.0.0/bin/discify -> /Users/kumavis/.nvm/versions/node/v4.0.0/lib/node_modules/disc/bin/discify
[email protected] /Users/kumavis/.nvm/versions/node/v4.0.0/lib/node_modules/disc
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected])

@kumavis
Copy link
Author

kumavis commented Nov 1, 2015

and theres the rub:

npm WARN peerDependencies The peer dependency stream-browserify@* included from bl will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.

@kumavis kumavis changed the title Install error Depend on stream-browserify explicitly Nov 1, 2015
@jasonkarns
Copy link

This isn't an issue with disc, it's an issue with bl. bl 0.7.0 lists a peerDep of stream-browserify. Latest version of bl (1.0.0) does not have stream-browserify as a peerDep. Indeed, 0.8.0 removed the peerDep. So disc could avoid this warning message by bumping bl to 0.8.0 or newer.

@kumavis
Copy link
Author

kumavis commented Nov 18, 2015

@jasonkarns thanks for the clarification

@kumavis kumavis changed the title Depend on stream-browserify explicitly Outdated dependency bl causing install failure Nov 18, 2015
kumavis added a commit to kumavis/disc that referenced this issue Nov 18, 2015
@TehShrike
Copy link

Just ran into this now. A merge would be great!

@Elyx0
Copy link

Elyx0 commented Dec 2, 2015

Ran into this too while installing gulp-uglify. Dang.

@revelt
Copy link

revelt commented Nov 14, 2016

Same problem here, I even installed stream-browserifyglobally, separately, nothing helps.

stream_browserify

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

Successfully merging a pull request may close this issue.

5 participants