angular-getting-started icon indicating copy to clipboard operation
angular-getting-started copied to clipboard

Install TypeScript Globally for Mac (workaround)

Open daominique opened this issue 3 years ago • 0 comments

The course video install of TypeScript did not work for me on MacOS. A work around is to install TypeScript using sudo in angular-getting-started.

The following is a solution to install globally for MacOS:

  1. Open a new terminal in VS Code.

  2. in the newly available terminal use sudo npm install -g typescript in the VSCode Terminal for the tutorial.

NOTE: The user will have to update the global install as updates become available, but this command will allow a MacOS user to continue with the tutorial.

image Screen Shot 2022-08-01 at 4 35 16 PM

daominique avatar Aug 01 '22 22:08 daominique