munshkr / flok

Web-based P2P collaborative editor for live coding sounds and images
https://flok.cc
GNU General Public License v3.0
263 stars 40 forks source link

Error during flok-repl install with Powershell and Command Prompt (Windows) #256

Open gilfuser opened 9 months ago

gilfuser commented 9 months ago

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:
flok-repl@1.0.2
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 npm@10.4.0 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

munshkr commented 9 months ago

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?

gilfuser commented 9 months ago

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