You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example we're going to use npm, you can check our [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager) for more information.
42
42
43
-
There are two ways to install TypeScript, globally or locally. We recommend installing it globally for the sake of simplicity.
43
+
There are two ways to install TypeScript, globally or locally. We do not recommend installing it globally for the sake of everyone working with you.
44
44
45
45
```bash displayName="Install TypeScript globally"
46
46
npm i -g typescript # -g is a shorthand for --global
0 commit comments