Skip to content
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

Powershell install command broken #1316

Open
JoshVanL opened this issue Jun 2, 2023 · 5 comments
Open

Powershell install command broken #1316

JoshVanL opened this issue Jun 2, 2023 · 5 comments
Assignees
Labels

Comments

@JoshVanL
Copy link
Contributor

JoshVanL commented Jun 2, 2023

Perhaps it is something I am doing, but attempting to install dapr at a specific version throws the following error:

PS C:\Users\josh> powershell -Command "$script=iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1; $block=[ScriptBlock]::Create($script); invoke-command -ScriptBlock $block -ArgumentList 1.11.0-rc.7"
At line:1 char:106
+ ... /dapr/cli/master/install/install.ps1; =[ScriptBlock]::Create(); invok ...
+                                                                  ~
An expression was expected after '('.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedExpression
@JoshVanL
Copy link
Contributor Author

JoshVanL commented Jun 2, 2023

/cc @artursouza

@hhunter-ms
Copy link

breaking for me as well. @artursouza @msfussell any suggestions?

@artursouza
Copy link
Member

The install script has not changed in months. Moving to to dapr/cli

@artursouza artursouza transferred this issue from dapr/docs Jun 13, 2023
@dapr-bot
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@dapr-bot dapr-bot added the stale label Jul 13, 2023
@dapr-bot
Copy link
Collaborator

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

5 participants