npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

Denpendency versio wrongly espcecified #22

Closed prusse-martin closed 10 years ago

prusse-martin commented 10 years ago

The dependency 'graceful-fs': '^3.0.2', is wrongly declared. '^version' is not a valid value. Maybe the indended is '~version'.

This causes the current version to fail instalation. May main problem is that as I am tring to install another package that declares this one as a dependency that one fails also.

isaacs commented 10 years ago

Upgrade your npm version. This has been supported for a year, and the default for 6 months.

On Wednesday, June 11, 2014, Martin Prüsse notifications@github.com wrote:

The dependency 'graceful-fs': '^3.0.2', is wrongly declared. '^version' is not a valid value. Maybe the indended is '~version'.

This causes the current version to fail instalation. May main problem is that as I am tring to install another package that declares this one as a dependency that one fails also.

— Reply to this email directly or view it on GitHub https://github.com/isaacs/fstream/issues/22.