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
When deleting the node_module inside angular4-material-table package, it compiles fine. The conflict occurs with my version of angular ahead. It tried fixing it by setting the resolution but not much luck with that. Also adding the path to the tsconfig fails to work.
Perhaps if you add the following line to the package.json will fix it: "peerDependencies": { "@angular/core": ">=6.0.0 <8.0.0" },
I'm getting error when I run my project. Currently my angular version is 7.
However after I deleting node_modules folder inside angular4-material-table folder which is in project's node_module, I could run without problem.
The text was updated successfully, but these errors were encountered: