I'm using the library and when I update it from v2 to v3 I get the following error.
Error: Cannot find module 'typescript'
Checking the dependencies I find that in the file:
node_modules/node-dependency-injection/node_modules/@typescript-eslint/typescript-estree/dist/convert.js:29:25)
I'm using the library and when I update it from v2 to v3 I get the following error.
Error: Cannot find module 'typescript'
Checking the dependencies I find that in the file: node_modules/node-dependency-injection/node_modules/@typescript-eslint/typescript-estree/dist/convert.js:29:25)
Check the package.json and there is the library:
Is this library required to compile without typescript?