tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

ParserError

Open Daryth opened this issue 1 year ago • 1 comments

ParserError: C:\Tiny11\tiny11maker.ps1:42 Line | 42 | … script type="application/json" id="client-env">{"locale":"en","featur … | ~~~~~ | Unexpected token ':"en"' in expression or statement.

I get this error when initially executing tiny11maker.ps1

Daryth avatar Dec 26 '24 18:12 Daryth

Getting the exact same in classic powershell and latest powershell 7. Already set unrestricted.

the full list of errors are:

PS C:\Users\USER1\Downloads> .\tiny11maker.ps1

Security warning Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. If you trust this script, use the Unblock-File cmdlet to allow the script to run without this warning message. Do you want to run C:\Users\USER1\Downloads\tiny11maker.ps1? [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): r At C:\Users\USER1\Downloads\tiny11maker.ps1:42 char:60

  • ... script type="application/json" id="client-env">{"locale":"en","featur ...
  •                                                         ~~~~~
    

Unexpected token ':"en"' in expression or statement. At C:\Users\USER1\Downloads\tiny11maker.ps1:42 char:65

  • ... cript type="application/json" id="client-env">{"locale":"en","feature ...
  •                                                             ~
    

Missing argument in parameter list. At C:\Users\USER1\Downloads\tiny11maker.ps1:42 char:1929

  • ... ginated_repo_picker_cost_center_form","viewscreen_sandbox"]}
  •                                                             ~
    

The '<' operator is reserved for future use. At C:\Users\USER1\Downloads\tiny11maker.ps1:232 char:84

  • ... tion/json" data-target="react-partial.embeddedData">{"props":{"docsUr ...
  •                                                             ~
    

Unexpected token ':' in expression or statement. At C:\Users\USER1\Downloads\tiny11maker.ps1:232 char:95

  • ... ":{"docsUrl":"https://docs.github.com/get-started/accessibility/keybo ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

Unexpected token ':"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"' in expression or statement. At C:\Users\USER1\Downloads\tiny11maker.ps1:232 char:168

  • ... s.github.com/get-started/accessibility/keyboard-shortcuts"}}
  •                                                             ~
    

The '<' operator is reserved for future use. At C:\Users\USER1\Downloads\tiny11maker.ps1:256 char:254

  • ... ink Button--medium Button d-lg-none color-fg-inherit p-1"> <span cla ...
  •                                                             ~
    

The '<' operator is reserved for future use. At C:\Users\USER1\Downloads\tiny11maker.ps1:300 char:49

  •             <ul class="list-style-none f5" >
    
  •                                             ~
    

Missing file specification after redirection operator. At C:\Users\USER1\Downloads\tiny11maker.ps1:584 char:14

  •          ~
    

The '<' operator is reserved for future use. At C:\Users\USER1\Downloads\tiny11maker.ps1:654 char:14

  •   Events &amp; Webinars
    
  •          ~
    

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string. Not all parse errors were reported. Correct the reported errors and try again. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : UnexpectedToken

tekkenlord777 avatar Apr 25 '25 16:04 tekkenlord777