eslint icon indicating copy to clipboard operation
eslint copied to clipboard

Error: Cannot find module 'typescript'

Open Revadike opened this issue 1 year ago • 0 comments

Environment

[Error - 10:53:53 AM] Calculating config file for file:///Projects/my-project/package.json) failed.
Error: Cannot find module 'typescript'
Require stack:
- /node_modules/@typescript-eslint/typescript-estree/dist/convert.js
- /node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js
- /node_modules/@typescript-eslint/typescript-estree/dist/parser.js
- /node_modules/@typescript-eslint/typescript-estree/dist/index.js
- /node_modules/@typescript-eslint/parser/dist/parser.js
- /node_modules/@typescript-eslint/parser/dist/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1152:15)
    at Module._load (node:internal/modules/cjs/loader:993:27)
    at c._load (node:electron/js2c/node_init:2:13801)
    at Module.require (node:internal/modules/cjs/loader:1240:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/node_modules/@typescript-eslint/typescript-estree/dist/convert.js:30:25)
    at Module._compile (node:internal/modules/cjs/loader:1373:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1432:10)
    at Module.load (node:internal/modules/cjs/loader:1215:32)
    at Module._load (node:internal/modules/cjs/loader:1031:12)

Package

@nuxt/eslint

Reproduction

https://github.com/Revadike/reproduction

Describe the bug

This issue was fixed for a little while, when I first reported the issue, but sadly it's back yet again. Please check my reproduction. Even installing typescript does not fix this issue.

Additional context

No response

Logs

No response

Revadike avatar Oct 23 '24 09:10 Revadike