I try the following command from PowerShell (as Administrator)
npm install @angular2-material
and get the error:
Unrecognized token in source text.
At line:1 char:13
+ npm install <<<< @angular2-material
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnrecognizedToken
I've even tried getting just a single A2M component (core) and get the same error:
npm install @angular2-material/{core}
Any idea what I'm doing wrong?
npm: 3.9.5
node: 6.2.2
OS: Win7
Update:
I found the following issue on A2M GitHub - seems like it might be an issue with PS.
https://github.com/angular/material2/issues/297
Update 2:
Using cmd instead of PS works.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…