-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install.sh fails in windows with error - Unexpected token 'https://deno.land/x/install/install.ps1' in expression or statement. #125
Comments
You are using |
Thanks for the reply Mark. However if i remove the $ symbol....i get following error
Do i need to install anything else before installing deno... |
I don't know if the Can you try |
Windows 7 was released in 2009. Windows 8 was released in 2012. Invoke-WebRequest was introduced in PowerShell 3.0, which was released in 2012 with Windows 8. @charan2009 I'm sorry but the PowerShell installer won't work on Windows 7. Then again, you don't need the installer. You can install Deno manually. :) Deno ships as a single executable file that you can download from the releases page (https://github.com/denoland/deno/releases). For more details, please check this comment: denoland/deno#5727 (comment) On yet another note, I don't know whether anyone has tested Deno on Windows 7 yet. It may or may not work... ref #130 cc @bartlomieju, I think this issue can be closed now. |
PS C:\Users\charanp> $iwr https://deno.land/x/install/install.ps1 -useb | iex
Unexpected token 'https://deno.land/x/install/install.ps1' in expression or statement.
At line:1 char:45
ordException
The text was updated successfully, but these errors were encountered: