reset password
Author Message
wsakura
Posts: 64
Posted 03:18 Feb 26, 2017 |

Hello,

I wanted to ask if anyone else had a problem with 'npm install <module>' on a Windows computer. My install seems to hang and never finishes. I can't seem to find a solution. Does anyone have any suggestions?

Thanks!

ngosrani
Posts: 31
Posted 03:25 Feb 26, 2017 |

What is the module you are trying to install? And what exact syntax are you using ?

wsakura
Posts: 64
Posted 03:39 Feb 26, 2017 |
ngosrani wrote:

What is the module you are trying to install? And what exact syntax are you using ?

I am trying to install yargs. The syntax I am using is 'npm install --save yargs'.

ngosrani
Posts: 31
Posted 03:52 Feb 26, 2017 |

That's correct. I can't think of why it hangs. It should work

wsakura
Posts: 64
Posted 03:55 Feb 26, 2017 |
ngosrani wrote:

That's correct. I can't think of why it hangs. It should work

Thank you for trying to help me though.