geckosio / geckos.io

🦎 Real-time client/server communication over UDP using WebRTC and Node.js http://geckos.io
BSD 3-Clause "New" or "Revised" License
1.35k stars 85 forks source link

Npm install not working #212

Closed Gresliebear closed 2 years ago

Gresliebear commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

npm i @geckos.io/client @geckos.io/server

error

At line:1 char:8
+  npm i @geckos.io/client @geckos.io/server
+        ~~~~~~~
The splatting operator '@' cannot be used to reference variables in an expression. '@geckos' can be used  
only as an argument to a command. To reference variables in an expression use '$geckos'.
At line:1 char:26
+  npm i @geckos.io/client @geckos.io/server
+                          ~~~~~~~
The splatting operator '@' cannot be used to reference variables in an expression. '@geckos' can be used  
only as an argument to a command. To reference variables in an expression use '$geckos'.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : SplattingNotPermitted

so I tired again npm i geckos.io/client geckos.io/server

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/geckos.io/client.git
npm ERR! ERROR: Repository not found.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\lesli\AppData\Local\npm-cache\_logs\2022-06-30T03_39_45_874Z-debug-0.log

Have a question? Join the discussions instead.

yandeu commented 2 years ago

https://stackoverflow.com/questions/70124213/trying-to-implement-nebula-project-is-throwing-an-error-the-splatting-operator

Gresliebear commented 2 years ago

@yandeu ah thank you