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
Describe the bug A clear and concise description of what the bug is.
npm i @geckos.io/client @geckos.io/server
error
so I tired again
npm i geckos.io/client geckos.io/server
Have a question? Join the discussions instead.