stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
pixelbeat has quit [Ping timeout: 272 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
<stellar-slack>
<bartek> @veerasarma: let's continue here. one sec.
<stellar-slack>
<bartek> @veerasarma: you can ignore that error. it's basically webpack warning that it can't use `fs` (filesystem module) in a browser. it should work just fine.
<stellar-slack>
<veerasarma> when put the npm install it run successfully after that i put the "gulp test" command at that time only i got this error
<stellar-slack>
<veerasarma> unable to connect error will show
<stellar-slack>
<bartek> `gulp test` command is used by developers working on js-stellar-sdk. if you're building an app using js-stellar-sdk you don't have to use `gulp` at all. you simply use it by adding a `script` to your html file or by `require('stellar-sdk')` in node.
<stellar-slack>
<veerasarma> oh ok thanks
<stellar-slack>
<veerasarma> Hi when i put this command i got this error
<stellar-slack>
<veerasarma> npm ERR! Linux 3.11.0-15-generic npm ERR! argv "node" "/usr/local/bin/npm" "install" "--save" "stellar-sdk" npm ERR! node v0.10.33 npm ERR! npm v2.3.0 npm ERR! Unsupported URL Type: github:jsdoc3/jsdoc#master npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! http://github.com/npm/npm/issues npm WARN deprecated URIjs@1.16.1: package renamed to "urijs" (lower-case), please up
<stellar-slack>
include the following file with any support request: npm ERR! /var/www/npm-debug.log
<stellar-slack>
<bartek> can you try to update your npm? `npm install -g npm`
<stellar-slack>
<veerasarma> ok i wil try
<stellar-slack>
<veerasarma> Hi
<stellar-slack>
<veerasarma> after update the npm now the installation completed
<stellar-slack>
<veerasarma> thanks for your help
<stellar-slack>
<veerasarma> but now i get the new error
<stellar-slack>
<veerasarma> when i create a account
<stellar-slack>
<veerasarma> got this error
<stellar-slack>
<veerasarma> can i know why i got this error
<stellar-slack>
<sacarlson> veerasarma: we seem to be missing something, you say got this error is all I see. What error is it you see when you create an account?
<stellar-slack>
<sacarlson> I guess we need to see your test.js file
<stellar-slack>
<sacarlson> sounds like bad seed string
<stellar-slack>
<veerasarma> oh it may be. but i only copy the code in the document
<stellar-slack>
<veerasarma> this is my code in test.js
<stellar-slack>
<veerasarma> i saw this code in transaction examples