-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot find module '../typings/lib'. #3
Labels
Comments
This is a release script bug, v5.0.1 should fix this. |
I looks like yes! so fast! now this one still here: typescript: node_modules/schema-based-json-editor/common.d.ts, line: 1
|
I deleted
from
It looks ok now |
v5.0.2 just delete that, it should be OK now. |
I've installed 5.0.2 and yes it's ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot for this JSON-EDITOR,
I'm really happy I can reuse my old schema in angular2 but the following bug happens.
Version(if relevant): 1.0.0
Latest
"schema-based-json-editor": "^5.0.0"
Environment(if relevant):
Ionic 3.6.0
Error:
The following error appears 6 times:
typescript: node_modules/schema-based-json-editor/angular.d.ts, line: 7
Cannot find module '../typings/lib'.
And the next one, one time:
typescript: node_modules/schema-based-json-editor/common.d.ts, line: 1
File '/Users/numerized/Work/00_Github/vitapp-ionic2-couch-editor/node_modules/src/lib.d.ts' not found.
The text was updated successfully, but these errors were encountered: