npm / fstream

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

Fix #24 (dependencies typo) #25

Closed na2hiro closed 10 years ago

na2hiro commented 10 years ago

Fix #24. In my case, the error message was:

Error: No compatible version found: mkdirp@'>=0.50.0-'

isaacs commented 10 years ago

That's not a typo. It means "Any 0.x version, greater than or equal to 0.5.x."

Can you please provide details about how you encountered this error message?