-
- Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
I was unable to run fresh project on Android. I was getting below error during compilation:
ERROR in node_modules/@types/jasminewd2/index.d.ts(8,23): error TS2688: Cannot find type definition file for 'jasmine/v2'.
Reproduction steps:
create fresh app : ng new --collection=@nativescript/schematics my-shared-app --shared
run app on android: tns run android --bundle
I'm able to run after i deleted all references to jasmine in the project.