-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Cannot find module 'json-schema' #2012
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
Seems like a peer dependency issue somewhere. Manually installing |
waiting for release |
I experience the same issue |
Hi, |
Try downgrading to Hope this helps. |
This has now been released to latest - 2.33.0 |
Hello. I'm getting an error when trying to run a npm script on terminal. I got below code from TypeScript-Node-Starter repo from Microsoft. I just updated all packages to the latest version. Maybe something is not right with new versions or am I doing something wrong? Thanks in advance.
Repro
On terminal
lint script on
package.json
.eslintrc.js
file. Simplified version of Microsoft one.Expected Result
Run without errors
Actual Result
Throws an exception
Additional Info
I just run this command in terminal
yarn lint ---debug
and got this:Versions
Ubuntu
20.04
@typescript-eslint/eslint-plugin
2.32.0
@typescript-eslint/parser
2.32.0
@typescript-eslint/experimental-utils
2.32.0
ESLint
7.0.0
TypeScript
3.8.3
node
12.16.3
npm
6.14.4
The text was updated successfully, but these errors were encountered: