Frederico Maia

Results 23 comments of Frederico Maia

The installer works, but Meteor itself does not. Maybe, we should add this validation in Meteor tools instead of in the installer?

Currently, due to Fibers, Meteor doesn't work with Node 16.x. So maybe the place you pointed out should have its validation changed to accept only Node.js 14.x? It would avoid...

> I just reinstalled Meteor on my m1 mac with Node 16 and version 2.7.4 of the npm installer, and it mostly worked. Meteor still has its own copy of...

I changed the code to generate just a warning instead of an error. It will check if "node": "

> I think we could! What do you think @fredmaiaarantes? Yep, the release branch has the same error, we can merge this PR and investigate the issue from there.

Hey @mitar, the build is finished and I just updated the tarballs. ~~Can you try it now and tell me if it's working?~~ It seems that the issue is still...

Hey @paranoico, are you using the local embedded MongoDB? If so, you can run `meteor reset` to remove your local database and cache. In Meteor 2.6 the embedded Mongo now...

I see, just tested here using MacOS and it works fine. Are you also using WSL @paranoico?

> @fredmaiaarantes @zodern Since the problem is still present, can we have some eyes on it? Hey @zendranm, I think that @denihs has made some tests on this recently. Denilson,...

> Good first step. Next one will be to move it to TypeScript 😉 Makes sense, gradual steps like these are most welcome!