Shad Sterling
Shad Sterling
NPM 4+ allows a package to have a `prepare` script, which is run during installation after dependencies are available. As I understand it, the point of this feature is to...
As I understand it, the scripts specifically for preparing packages for publication in an NPM repository only need to run on the host from which the package is submitted, so...
To clear, I appreciate your work, was frustrated at the situation as a whole, and tried to write what would have most helped me at the beginning. I've never tried...
I don't think you have access to the markdown of my comments, so I pulled it out into a gist: https://gist.github.com/ShadSterling/e28e55751c7b709e859aa17635989c00
Having my explanatory text merged in with the more reference-style docs is a bit weird. It might be better to have multiple pages. The worst bit is having the "Retrieving...
That looks like progress! Thanks for doing this. It would be nice to establish a process for future contributions to the documentation. I notice when I view those pages I...
I'm not familiar with readthedocs, but it looks more like it's for documentation hosting/distribution than for collaborative editing.
That looks like a good arrangement.
It would be helpful if the error message said where in the code it sees something unexpected. Then at least I could share the particular bit of code that triggered...
I looks like I can avoid the error by downgrading to mocha 3.5. Any newer version seems to be incompatible with istanbul 0.4.5.