This repository was archived by the owner on Nov 17, 2022. It is now read-only.
update chocolatey windows install command#1878
Open
alereisan wants to merge 1 commit intoNativeScript:masterfrom
Open
update chocolatey windows install command#1878alereisan wants to merge 1 commit intoNativeScript:masterfrom
alereisan wants to merge 1 commit intoNativeScript:masterfrom
Conversation
new chocolatey windows install command pasted from chocolatey.org, old command throws errors: In Zeile:1 Zeichen:13 + @PowerShell -ExecutionPolicy unrestricted -Command "iex ((new-object ... + ~~~~~~~~~~~~~~~~ Unerwartetes Token "-ExecutionPolicy" in Ausdruck oder Anweisung. In Zeile:1 Zeichen:30 + @PowerShell -ExecutionPolicy unrestricted -Command "iex ((new-object ... + ~~~~~~~~~~~~ Unerwartetes Token "unrestricted" in Ausdruck oder Anweisung. In Zeile:1 Zeichen:140 + ... nt).DownloadString('https://chocolatey.org/install.ps1'))" && SET PAT ... + ~~ Das Token "&&" ist in dieser Version kein gültiges Anweisungstrennzeichen. In Zeile:1 Zeichen:1 + @PowerShell -ExecutionPolicy unrestricted -Command "iex ((new-object ... + ~~~~~~~~~~~ Der Splat-Operator "@" kann nicht dazu verwendet werden, auf Variablen in einem Ausdruck zu verweisen. "@PowerShell" kann nur als Argument für einen Befehl verwendet werden. Wenn Sie auf Variablen in einem Ausdruck verweisen möchten, verwenden Sie "$powershell". + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
new chocolatey windows install command, pasted from chocolatey.org,
because old command throws errors: