Denilson
Denilson
Hi @laverdet, we created a tag in our [fork](https://github.com/meteor/node-fibers/tags), but Renan informed us we should use this one. I've made this [PR](https://github.com/laverdet/node-fibers/pull/461) to update this repository, so we create the...
Update on this: @radekmie created this [PR](https://github.com/meteor/meteor/pull/12125) to solve this issue. Some tests are not passing, but we don't know for sure if it's related to the changes or not....
I'd go with this approach: `only add it when the project is created with React`.
Hi @harryadel, did you take a look in the `APM` section starting [here](https://cloud-guide.meteor.com/apm-make-your-app-faster.html)? I think we have some good material there regarding performance. If you believe it is not enough...
Published versions: [email protected] [email protected] [email protected]
Hi @mvogttech, if you can fix the failing tests, it would be great. Then I will proceed with the review. Thank you.
Hi @trusktr, thank you for the detailed issue! I saw that you have the package `dayjs` as a `devDependencies`. I tested moving it to `dependencies`, then running `rm -rf node_modules`,...
Hi @trusktr, This was fixed on this [PR](https://github.com/meteor/meteor/pull/11954). We have already released a new version with this code. Could you test it? Just update your app with: ``` meteor update...
Hi, the solution on the PR was to throw a clear error message: `Try installing the npm package or make sure it is not a devDependency.`. Did you make sure...
Aren't you getting any errors, possibly `Unexpected mongo exit code 48. Restarting.`? This may be related to this one: https://github.com/meteor/meteor/issues/11978.