-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Cannot find module 'json-schema' #2009
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
Comments
I also encountered this error when I updated The error disappeared when I reverted back to v2.31.0. |
Could also avoid re-exporting a type package, and use something like |
ahhhh fudge. This happened because of #2007. This updated the Thus TS no longer scrubs the require for the package from the output. This wasn't caught by our CI because we have a transitive dependency on the |
* Basic scaffolding for a new function app, including dev container. Will add testing and code architecture stuff with first function implementation. * Added eslint * Implemented crate patient on patient controller. * Implemented create patient endpoint. * Changed name of patient shardkey * Updated readme and changed success response to created response. * Added RetryCollection * Added LoggingCollection to log mongo dependency calls to app insights. Still needs tests for the logging collection. * Added tests for LoggingCollection * close the connection in after function; otherwise mocha hangs and won't exit * use eslint-plugin and parser 2.31.0 & fix lint issue typescript-eslint/typescript-eslint#2009 typescript-eslint/typescript-eslint#2010 Co-authored-by: Hannes Nel <hannesne@microsoft.com> Co-authored-by: Wenjun Zhou <176547141@qq.com>
…c.js': Cannot find module 'json-schema' cf typescript-eslint/typescript-eslint#2009
Hiya,
|
The fix has been released to the canary tag. |
@carnun You need to wait when new version will be released. |
The fix has been released to latest - 2.33.0 |
Hi there,
I found an issue of @typescript-eslint/eslint-plugin or @typescript-eslint/parser 2.32.0.
Repro
// your repro code case
Expected Result
Actual Result
Additional Info
Versions
@typescript-eslint/eslint-plugin
2.32.0
@typescript-eslint/parser
2.32.0
TypeScript
3.8.3
ESLint
6.8.0
node
12.16.3
npm
6.14.5
The text was updated successfully, but these errors were encountered: