Brian McDonough
Brian McDonough
@jkrup This is also a bit of a test for my next project: to pass additional options like now.features.cloud So, let me know if this initial pull request works for...
@jkrup For reference, here's an example @tootallnate sent us for a meteor deploy using multi-stage deploy: https://github.com/zeit/now-examples/pull/49
I have successfully deployed a meteor app to now using their example app as a guide (https://github.com/zeit/now-examples/tree/master/node-meteor) which employs alpine. The final size is 51MB. No error and I'm using...
This is a weird error. I installed one using minimal (npx one) on my laptop, and yarn dev does not throw the error on that machine. When I switched to...
It's the node version installed on the machine causing the issue. I had node 18 on my desktop and 23 on my laptop. When I upgraded node to 23 on...