Oh, yeah, just put the changes into your project. If the changes are part of a module (node-soap as an example) then you would want to change those libraries inside the node_modules folder.
On Mon, Nov 11, 2013 at 5:25 PM, Reza Razavipour <[email protected]>wrote: > m question is how to run with the code with my changes? do I just add the > files to my project? > I am very new to node... > > > > On Monday, November 11, 2013 3:04:26 PM UTC-8, Jeremy wrote: > >> You would create a fork of the repository to your own Git Repository, >> make the fix in your version, and then use that git path as your dependency >> (http://github.com/.../<yourGitHubAccount>/node-soap.git) >> >> Also you should submit your fork as a PULL request back to fix the defect. >> >> >> On Mon, Nov 11, 2013 at 5:01 PM, Reza Razavipour <[email protected]>wrote: >> >>> please explain how i can run with my own modified version of the >>> node-soap module or any open source module for that matter. >>> >>> so i download the source, make changes, what comes next? how do i start >>> using it? >>> >>> >>> On Monday, November 11, 2013 2:55:40 PM UTC-8, 3rdEden wrote: >>> >>>> You could always consider fixing the bug, and opening a pull request >>>> for it. It’s open source after all. >>>> >>>> On Monday 11 November 2013 at 23:22, Reza Razavipour wrote: >>>> >>>> I have been evaluating soap packages for node and was very happy using >>>> node-soap. I am running into an issue, have opened one for it in github. It >>>> is either a bug or not but am getting functions that are getting called >>>> with wrong namespaces... >>>> >>>> What other node packages have you all used and your feedback is very >>>> much appreciated. >>>> >>>> >>>> -- >>>> -- >>>> Job Board: http://jobs.nodejs.org/ >>>> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List- >>>> Posting-Guidelines >>>> You received this message because you are subscribed to the Google >>>> Groups "nodejs" group. >>>> To post to this group, send email to [email protected] >>>> >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> >>>> For more options, visit this group at >>>> http://groups.google.com/group/nodejs?hl=en?hl=en >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "nodejs" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List- >>> Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
