Open g8shen opened 1 year ago
I don't know if this will help you but I fixed it by installing a newer version
npm i @formio/js@5.0.0-rc.27
But if you install the latest (rc28) the problem is back. Weird
We are expecting to officially release 5.0.0 in the next couple of months, please try 5.0.0-rc.80 and let me know if you are still having issues.
Hello,
I am trying to upgrade from @formio/angular 5.3.0 to 6.0.0-rc.6. Since 6.0.0-rc.6 depends on @formio/js@5.0.0-rc.23 I have also added it to my project dependencies. However now whenever I compile my project I receive these errors:
I am running this command in my terminal: yarn add @formio/angular@rc @formio/js
I have also tried removing node_modules and re-installing.
I am using yarn, any help would be greatly appreciated :)