Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter app Typescript issues on fresh install and serve #79

Open
tonysamperi opened this issue Oct 19, 2021 · 2 comments
Open

Starter app Typescript issues on fresh install and serve #79

tonysamperi opened this issue Oct 19, 2021 · 2 comments

Comments

@tonysamperi
Copy link

Hello, I just downloaded the starter app from the repo.
Ran npm i and npx ng serve and got the following errors:

image

@tonysamperi
Copy link
Author

Actually I probably ran "yarn install" causing the package-lock to be ignored. Sorry.

@tonysamperi
Copy link
Author

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.

image

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!

@tonysamperi tonysamperi reopened this Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant