0
我想安裝新的angular2-material npm包,但它似乎是一個scoped包,我不知道如何在windows下管理它。 @ Symbol似乎對PowerShell有問題。npm scoped packages和powershell
npm install --save @angular2-material/{core}
Unrecognized token in source text.
At line:1 char:20
+ npm install --save <<<< @angular2-material/{core}
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnrecognizedToken
有人想法嗎?