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
I use lerna to install nuxtjs and nestjs for my project, so my fork-ts-checker-webpack-plugin having two versions 5.x and 4.1.6, this.nuxt.resolver.resolveModule code below require fork-ts-checker-webpack-plugin 5.x version instead of version 4.1.6
My current solution is install it on package.json in nuxt app