mapbox / npm-internal

helps you package internal npm modules and upload them to your own s3 bucket.
MIT License
11 stars 3 forks source link

First run #1

Closed willwhite closed 10 years ago

willwhite commented 10 years ago

Ran into problems around first run.

stream.js:81
      throw er; // Unhandled stream error in pipe.
            ^
Error: ENOENT, open 'usage.md'

This should be fixable by putting a __dirname in front of the path to usage.md here:

https://github.com/mick/npm-internal/blob/master/index.js#L19

Will PR over the weekend.

mick commented 10 years ago

I noticed this myself just now.. I'll fix it.

mick commented 10 years ago

Or you already did..