I have a project at this address:

F:\development\WebStormProjects\test-app 

How do I install the npm module there?
For example ( npm install twitter-bootstrap-node )

I have a Windows OS.

    1 answer 1

     F: cd development\WebStormProjects\test-app npm install .... 
    • But how can I get the F on the command line? (I have windows) - AndereyMaybe
    • one
      Use cd F: - Niki-Timofe
    • cd / DF: I found everything thanks - AndereyMaybe
    • one
      @ Niki-Timofe, can be without cd :) - Zowie