I try the following command from PowerShell (as Administrator)
npm install @angular2-material
and get the error:
Unrecognized t
Try quotes:
npm install "@angular2-material"
i have same issue faced when i typed command in editor but i got solution and i tried to command in system cmd so that execute easily and solved my problem.
so that try command in command prompt instead of editor.
The @ is making PowerShell treat @angular2-material as a variable.
or
"@angular2-material"