Error during flok-repl install with Powershell and Command Prompt (Windows)
Hi everybody.
I'm trying to use Flok with Tidal, copying the code from the page and running it from the PowerShell. I'm Windows 10. There's a message saying I have to install flok-repl. But later comes the error. Here goes the whole thing:
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Hub address: wss://next.flok.cc
Session name: default
Types: [ 'command' ]
> '\' n�o � reconhecido como um comando interno
ou externo, um programa oper�vel ou um arquivo em lotes.
npm notice
npm notice New minor version of npm available! 10.2.5 -> 10.4.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.4.0
npm notice Run npm install -g [email protected] to update!
npm notice
-s:
Line |
2 | -s many-salmon-coyote-b6818b4e \
| ~~
| The term '-s' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
-t:
Line |
3 | -t tidal \
| ~~
| The term '-t' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
-T:
Line |
4 | -T user:sabonetecirurgico
| ~~
| The term '-T' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Thank you in advance for any help
all the best, Gil
Hey Gil, can you print the exact command you are trying to execute on the terminal? Is that a Windows Command prompt or Powershell?
edit ah sorry, you said Powershell Can you try running this in a Command Prompt instead?
Hi @munshkr it worked in Command Prompt when I took off the \ characters. In Powershell that trick didn't help
Sorry about the late reply.
Thank you very much for your help