-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[BUG] [typescript-angular] unable to run npm install
after generating client
#11970
Comments
Hello, Suggested fix: remove |
I had to remove tsickle from the generated package's devDependencies as well. The latest tsickle (0.46) release doesn't even install. |
@ddurham2 thanks for sharing a fix. Can you please file a PR with the suggested fix when you've time? |
oh, I just run And so, as far as I know, the fix is to just remove tsickle from package.json here I'm not entirely sure what tsickle is useful for. Their page itself says it's experimental. Being in the devDependences, it's not entirely necessary for deployed apps. |
The issue is still present |
Can confirm this is still happening on v6.2.1 (current master). |
@blaghed I was building fine without it. |
and for that matter @ddurham2 's solution is valid, but there should be an update to this project. |
Hi,
Please confirm
tsickle
version aligns withtypescript
version in most updated maven central jar. Currently they do not align (~4.3
and>=4.4.0
respectively) andnpm install
requires--force
.Suggested fix: remove
tsickle
from requirements for generated typescript code.The text was updated successfully, but these errors were encountered: