-
Notifications
You must be signed in to change notification settings - Fork 364
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
Deprecation warnings first instead of removing method and Bug #92
Comments
Also when i try to install it globally with NODE 10.^ it is not installing with the same error. |
Thanks for the report. The fix was deployed as
Typechain 0.3.x is based on
It's already there :) https://github.com/krzkaczor/TypeChain/blob/master/CHANGELOG.md I hope that next time updating Typechain will be a smoother process. |
@krzkaczor awesome man i agree 100% with you !!! I will check for changelogs more carefully next time !! |
Hello there,
I just installed latest typechain version globally and all of my build processes failed!
What is happening is that '--force' argument is deprecated.
Added some --target property for Truffle, web3, legacy
By now i was using legacy and now when i run it it says:
I am sure this is not intended ?
So basically i don't have much time to waste and will downgrade
typechain
to older version.Please write some CHANGELOG or somewhere inside the REPO what is changed for example it is important if you decide to remove --force to write it somewhere.Thanks
Regards,
K.T.
The text was updated successfully, but these errors were encountered: