You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone else run into this problem? It happened in my code when I try to serve the nx application. Any chance that we can switch from require('pkginfo')(metricsMiddleware, { dir: Path.dirname(module.parent.filename), include: ['name', 'version'] });
to require('pkginfo')(metricsMiddleware, { dir: Path.dirname(module.parent ? module.parent.filename : module.filename ), include: ['name', 'version'] });
?
I kind of 99% sure that this is somehow related to nx deamon because after building static and run it with node - everything working perfectly.
Running into error with vitest.
The text was updated successfully, but these errors were encountered: