According to tsc, my version of typescript is 2.4.1:
Nemesis:dist Nephilim$ tsc -v
Version 2.4.1
... but npm list shows a different version (2.3.4):
Nemesis:dist Nephilim$ npm list typescript
angular-reddit@0.0.0 /Users/Nephilim/dev/learna2/angular-reddit
└── typescript@2.3.4
This is not an ignorable error, as the tsun interpreter fails to process commands, giving errors like "Cannot find type definition file for 'jasmine'". The googlesphere is not presenting answers, so any help here would be appreciated. Thanks.
I am running a version of Typescript that is > 2.0.0, so this error message is incorrect and probably masking a different problem.
According to tsc, my version of typescript is 2.4.1:
... but npm list shows a different version (2.3.4):
This is not an ignorable error, as the tsun interpreter fails to process commands, giving errors like "Cannot find type definition file for 'jasmine'". The googlesphere is not presenting answers, so any help here would be appreciated. Thanks.