[ng] An unhandled exception occurred: Cannot find module 'typescript' code example
Example 1: Cannot find module 'typescript'
# NPM Installation Method
npm install --global typescript # Global installation
npm install --save-dev typescript # Local installation
#Yarn Installation Method
yarn global add typescript # Global installation
yarn add --dev typescript # Local installation
Example 2: cannot find module typescript
npm install -g typescript