As a beginner in the world of Ionic framework, I encountered a problem while attempting to build my app using "ionic serve" - I received the error message "cannot find module 'typescript'".
I believed I had resolved the issue by installing TypeScript using the command npm install -g typescript
, however, the problem persisted. What could I possibly be overlooking?