jamauro
jamauro
@Grubba27 I tried `meteor reset`, no luck unfortunately. I'm on MacOS. Is there anything I can do to force a node version? Any other ideas on how to resolve?
Thanks Gabriel! I was able to see `node: 20.9.0` when console logging `process.versions` Currently, when I run `meteor npm i` from the project folder I see this warning: ![Screenshot 2023-12-06...
@paulincai appreciate you taking a look. Unfortunately, I couldn't find anything in my project where the node engine is set to v14. Is your Mac using a M chip? If...
> Did you try installing using curl as @Grubba27 suggested? > > > > `curl https://install.meteor.com/\?release\=3.0-alpha.19 | sh` If 3.0 is the globally installed version, then it shouldn't affect my...
This is for checks of arrays and objects. > or if you apply it to the first check will it run all the checks and then throw an array of...
This would be applied to the final bundle right? If so, could this be viewed as an interim solution until a better solution materializes or the tree shaking pr is...
Thanks for investigating. I really appreciate it. My concern is that this will be an issue for anyone that doesn’t do a fresh install of Meteor. Hopefully that isn’t the...
Just had a report of the same issue with `jam:easy-schema`: https://github.com/jamauro/easy-schema/issues/3 @aquinoit Is wiping Meteor and reinstalling the only solution?
Ok thanks!
@MarcoTribuz should the guide be updated then?