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
Atcually this is an issue, because if you start adding swimlane dependencies to an existing project, this error will occur.
I discovered that you forced [email protected] through your package-lock.
So when installing dependencies manually in another project I got an error, because he installed v 2.2.1, although in docspa/core it's correctly listed tapable@^1.1.3 in the package.json dependencies.
I believe the problem is that other dependencies require v2.
I think we should update to v2 as well. If I can help with a PR just let me know!
Hello, I just downloaded the starter app from the repo.
Ran
npm i
andnpx ng serve
and got the following errors:The text was updated successfully, but these errors were encountered: