hughsk / vinyl-map

Map vinyl files' contents as strings
MIT License
36 stars 7 forks source link

bl@0.7.0 requires a peer of stream-browserify@* but none was installed #12

Closed andrewodri closed 8 years ago

andrewodri commented 8 years ago

I receive the following error when installing vinyl-map:

project@0.1.0 ~/project
└─┬ vinyl-map@1.0.1 
  └── UNMET PEER DEPENDENCY stream-browserify@*

npm ERR! peer dep missing: stream-browserify@*, required by bl@0.7.0

It seems bl v0.7.0 has no API changes when compared to the latest version v1.1.2, and a temporary update passes all tests.

Will submit a pull request with the change shortly....