when i try to run my project i find the following issue: ERROR in ../node_modules/@types/jasminewd2/index.d.ts:8:23 - error TS2688: Cannot find type definition file for 'jasmine/v2'. `8 /// <reference types="jasmine/v2" />` here is my jasmins versions: "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.4.0", and TS: "typescript": "~3.5.3"
when i try to run my project i find the following issue:
ERROR in ../node_modules/@types/jasminewd2/index.d.ts:8:23 - error TS2688: Cannot find type definition file for 'jasmine/v2'.
8 /// <reference types="jasmine/v2" />here is my jasmins versions:
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
and TS:
"typescript": "~3.5.3"