Theo Ephraim

Results 116 comments of Theo Ephraim

This is still an issue and I think many would like a solution. In an ideal world, you specify the version range in package.json engines and nvm would try to...

When building libraries, one may have a very wide range, so inferring may not really make sense, and throwing an error if a specific version is not specified would probably...

I definitely hear you - but... why not? This would be an optional feature - if you want to use it, it's required that you format your package.json file in...

From my perspective, making it an opt-in feature (by not creating an .nvmrc file) that may have some harsh limitations in order to use it (like formatting your package.json file...

It has been a while since I tried this, so maybe some dependency issues have resolved themselves. I'll try again and see if it works!

I'd have to do some digging... The row based methods in general really try to simplify things to handle _most_ use cases, which means it uses certain google endpoints which...

I'd say the simpler the solution the better. If setting `maxBodyLength` to infinity will work, that's definitely easy. Have you tried and verified that it works? Open a PR?

hrmmm thats a new one to me... What system are you running this on?

no idea whats going on sorry and I sort of doubt it is caused _directly_ by this package. Seems like it may have something to do with the 'googleapis' module,...

Nice! This has been on my todo list for quite some time, but I didnt realize the google auth library would make it so simple. I'll try to get this...