Jake Verbaten

Results 317 comments of Jake Verbaten

I'll open a PR if I get time or it becomes my problem. Right now my problem is that I use `ava` and that's a big problem. using `test` would...

@rlidwka this is a non existant problem. Locally you should use a `npm-shrinkwrap.json` file where `npm install` takes zero time to install if there are no differences. Sure you have...

@dougwilson we have a similar thing, except we have a mirror of npm that doesnt delete anything and users dont build their dependencies themself, we have a build server that...

@rlidwka we should educate users on how to use npm well, not work around the problem.

@rlidwka no a private mirror is only for deploying at scale. If your a small startup use nodejitsu, heroku, concurix or any other Paas aimed at node and they will...

Please do not bundle or check your dependencies into git for libraries. This is a terrible idea. - bundleDependencies break with mirrors because of a outstanding `npm shrinkwrap` bug. -...

If your going to check dependencies into git please only do this for a special snowflake top level kitchensink module. Please do not do this for individual modules, that would...

@rlidwka telling people to check node_modules into git is fine. Just link them to mikeals blog post. Checking the dependencies of each module under the jshttp repo into git is...

@rlidwka sorry about the confusion! You are right, we can encourage people to check those into git :)