0
Q:

cannot find module 'typescript' angular 9

npm install -g typescript
1
# 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
0
npm install -g typescript
0

New to Communities?

Join the community