examples icon indicating copy to clipboard operation
examples copied to clipboard

Is there any example implemented with FeathersJS

Open ilomon10 opened this issue 4 years ago • 0 comments

I have tried install and create Rete.Engine to one of my service on FeathersJS app but it got error regeneratorRuntime is not defined

After searching i found issues #16 maybe can solved my problem with install babel-polyfill and config at .babelrc

Polyfills are missed in your project https://github.com/retejs/examples/blob/master/Angular/src/polyfills.ts

but i dont know how to config that solution, there is no .babelrc file in my project.

ilomon10 avatar Aug 26 '20 07:08 ilomon10