Open KissBalazs opened 7 years ago
The demo must be outdated, I'll take a look at it during the WE.
Same error as above. By when can we expect the fix?
The demo should be working now !
I get "Cannot find module 'rxjs/symbol/observable'" Error: Cannot find module 'rxjs/symbol/observable' at Function.Module._resolveFilename (module.js:469:15) Using node 6.9.5, npm 3.10.10
[default] Checking started in a separate process...
[default] /tmp/angular2-schema-form-demo/node_modules/@types/jasmine/index.d.ts:39:38
A parameter initializer is only allowed in a function or constructor implementation.
[default] /tmp/angular2-schema-form-demo/node_modules/@types/jasmine/index.d.ts:39:46
Cannot find name 'keyof'.
[default] /tmp/angular2-schema-form-demo/node_modules/@types/jasmine/index.d.ts:39:52
'=' expected.
[default] Checking finished with 3 errors
tsc Version 2.1.5, npm 4.1.2, node 7.7.1
Pull request upgrading dependencies of angular2-schema-form and angular-cli, among of things.
Here is the demo using this pull request.
Hope it helps!
Thanks @aitoribanez! Your updated version fixed the issues I was having running the demo.
Hi there,
The Demo for me does not start. I did
that results in this error (after successfully downloading dependencies) :
my npm version is 4.1.1, NodeJS is 7.4.0 and Angular 2.4.3. Am I doing something wrong?