question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module 'angular2-schema-form'.

See original GitHub issue

I have tried to use the module as described in the README and encountered the issue Cannot find module 'angular2-schema-form'..

It is also tracked for the demo project https://github.com/fbessou/angular2-schema-form-demo/issues/5

I think it could be related to #1 ?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
ebrehaultcommented, Mar 10, 2017

We need to repackage properly the all thing so everything is exposed from root and not from ./src

0reactions
ebrehaultcommented, Mar 10, 2017

Well right now, it is pretty much broken. I am fighting AoT issues in another package (https://github.com/makinacorpus/angular-traversal), seems like this article https://medium.com/@isaacplmann/getting-your-angular-2-library-ready-for-aot-90d1347bcad gives a good approach.

Once I will have a clean base, I will update angular2-schema-form the same way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find module 'angular2-schema-form'. #53 - GitHub
1. If 'schema-form' is an Angular component and it has 'schema' input, then verify that it is part of this module. 2. If...
Read more >
angular-schema-form - npm
Create complex forms from a JSON schema with angular. ... Start using angular-schema-form in your project by running `npm i ...
Read more >
Angular-cli Error: Cannot find module '@ngtools/json-schema'
I tried uninstalling and reinstalling angular-cli but still receive this error. Any help would be much appreciated. There is no @ngtools/json- ...
Read more >
angular-schema-form-dynamic-select - npm package - Snyk
We found a way for you to contribute to the project! Looks like angular-schema-form-dynamic-select is missing a security policy.
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
How to Fix the "cannot find module" Error · delete the node modules folder by running rm -rf node_modules · delete package.lock.json file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found