-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete noob, can't seem to make it work #5
Comments
If you read the error it says..
Are you sure you have the GIT cli installed? |
Thanks for the quick reponse, but i still can't make it work, i don't know, beats me so hard. npm WARN package.json steam-trade@0.2.4 No repository field.
| KGB\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin....\node_modules\no gyp ERR! not ok
F:\bot\node-steam-trash-bot\node_modules\steam\node_modules\ref>node "C:\Users\K
F:\bot\node-steam-trash-bot\node_modules\steam\node_modules\protobuf>node "C:\Us npm ERR! ursa@0.8.1 install: npm ERR! Please include the following file with any support request: And when i try npm install ursa F:\bot\node-steam-trash-bot>npm install ursa
F:\bot\node-steam-trash-bot\node_modules\ursa>node "C:\Users\KGB\AppData\Roaming npm ERR! ursa@0.8.1 install: npm ERR! Please include the following file with any support request: I have python installed for what matters. |
I think this issue can be closed. This is to do with https://github.com/seishun/node-steam
Read this FULLY. https://github.com/NodePrime/ursa |
I remember having trouble with installation on Windows, some notes from https://github.com/bonnici/node-steam-chat-bot might help: To get this running in Windows you'll need to follow the setup instructions for node-gyp and also use a branch of libxmljs as described in this issue (TLDR is to run 'npm install polotek/libxmljs#vendor-src' before 'npm install'). |
So, apparently i installed Node.Js.
When i try to use npm install i get:
C:\Users\KGB\Downloads\node-steam-trash-bot-master\node-steam-trash-bot-master>n
pm install
npm WARN package.json argv@0.0.2 No repository field.
npm WARN
git config --get remote.origin.url
returned wrong result (git://github.com/seishun/node-steam-trade.git) undefined
npm WARN
git config --get remote.origin.url
returned wrong result (git://github.com/seishun/node-steam-trade.git) undefined
npm ERR! git clone git://github.com/seishun/node-steam-trade.git undefined
npm ERR! git clone git://github.com/seishun/node-steam-trade.git undefined
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program File
s (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Users\KGB\Downloads\node-steam-trash-bot-master\node-steam-trash
-bot-master
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ENOGIT
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\KGB\Downloads\node-steam-trash-bot-master\node-steam-trash
-bot-master\npm-debug.log
npm ERR! not ok code 0
I tried npm install git, i get:
npm WARN package.json argv@0.0.2 No repository field.
git@0.1.5 node_modules\git
└── mime@1.2.9
And then i get the same error as above when i am trying to just use npm install.
I did programming around 8 years ago, but not much, and i am completely lost. I'd appreciate some help.
The text was updated successfully, but these errors were encountered: