Reputation: 135
I am trying to do a fresh install of dnvm using the command
&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}
through powershell, but I keep getting this frustrating error:
The string is missing the terminator: '.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
Everywhere I look online says to use that command, and I have not found a fix for my problem. Any help is appreciated. Thank you.
Upvotes: 1
Views: 328