ShoppinPal / StockUp

StockUp [try it out at https://stockup-staging.shoppinpal.com] is the only open source product that delivers 100% automated replenishment, integrations with leading POS and ERPs, and a smooth web application that can be used by your entire Ops crew and external suppliers. Our customers have saved countless hours that would be otherwise lost in grappling with Excel, along with huge increase in accountability. Feel free to clone the project and write to us at stockup@shoppinpal.com with what you'd like to achieve and how we can help!
GNU General Public License v2.0
57 stars 22 forks source link

Should we use an alternate shrinkwrap generator? #208

Open pulkitsinghal opened 7 years ago

pulkitsinghal commented 7 years ago

I have often noticed that the shrinkwrap I generate is not the same as other developers and vice-versa. Even though all of us are on npm v2.x ... we still end up with a update that has way more differences in it than we intended.

I found https://github.com/npm/npm/issues/9550 which defines why the from fields end up changign over time and recomemnds the use of more consistent genrators like: https://github.com/uber/npm-shrinkwrap

We should evaluate this seriously and if there is merit, then update any local scripts ... CircleCI and DockerCloud too.

harshadyeola commented 7 years ago

@pulkitsinghal I guess we should discuss this. I am not sure which difference you are pointing to.