My Ionic app works perfectly on Windows, but I am encountering issues when trying to run it on MacOs El Capitan through VirtualBox. Despite setting everything up correctly on my MacOs, I am facing numerous typescript errors when running the app using Ionic Serve that do not occur on Windows.
After extensive research, none of the solutions I found have resolved the problem.
Here are the specific errors:
[app-scripts] [03:55:07] typescript: node_modules/@types/jasmine/index.d.ts, line: 138 [app-scripts]
';' expected. [app-scripts] L138: function createSpyObj(methodNames: SpyObjMethodNames): any; [app-scripts]
L139: function createSpyObj(methodNames: SpyObjMethodNames): SpyObj; [app-scripts] '(' expected. [app-scripts]
L...